]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
Updated translations manual page with latest status given by the website translations...
[wxWidgets.git] / include / wx / vlbox.h
index f4b2e945bfa94e4a064eae29ed5e7917fe87966e..6ba94b42739799532c8a0b64b443b0c74aa329b3 100644 (file)
@@ -16,8 +16,7 @@
 #include "wx/bitmap.h"
 
 class WXDLLIMPEXP_FWD_CORE wxSelectionStore;
-
-#define wxVListBoxNameStr _T("wxVListBox")
+extern WXDLLIMPEXP_DATA_CORE(const char) wxVListBoxNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxVListBox
@@ -250,6 +249,7 @@ protected:
 
     // send the wxEVT_COMMAND_LISTBOX_SELECTED event
     void SendSelectedEvent();
+    virtual void InitEvent(wxCommandEvent& event, int n);
 
     // common implementation of SelectAll() and DeselectAll()
     bool DoSelectAll(bool select);