]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
Added WXDLLEXPORT's to the class definitions
[wxWidgets.git] / include / wx / msw / listbox.h
index 0272e7e047ab927aa52039552db13a5a07c0d48d..faf42ede5f03d35ade2815bea695c7063e90d4e2 100644 (file)
@@ -129,14 +129,12 @@ protected:
     int m_noItems;
     int m_selected;
 
+    virtual wxSize DoGetBestSize();
+
 #if wxUSE_OWNER_DRAWN
     // control items
     wxListBoxItemsArray m_aItems;
 #endif
-
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
 };
 
 #endif