]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
use wxEventType coherently with the docs
[wxWidgets.git] / include / wx / vlbox.h
index 6887686b03f973290782e8c8b2bbf05c8fc8129c..50d747288898ea04ea80aee3fffca50f9328f162 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
@@ -243,6 +242,7 @@ protected:
     void OnLeftDown(wxMouseEvent& event);
     void OnLeftDClick(wxMouseEvent& event);
     void OnSetOrKillFocus(wxFocusEvent& event);
+    void OnSize(wxSizeEvent& event);
 
     // common part of all ctors
     void Init();