]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
wxDataObejct and related changes (won't compile right now)
[wxWidgets.git] / include / wx / msw / listbox.h
index 0272e7e047ab927aa52039552db13a5a07c0d48d..6d1d8c0ba6e89b2ccd69481b9e3f23b2a6d98989 100644 (file)
@@ -26,7 +26,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr;
   // define the array of list box items
   #include  <wx/dynarray.h>
 
-  WX_DEFINE_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
+  WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
 
 #endif
 
@@ -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