]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
added .cur and .ico files
[wxWidgets.git] / include / wx / msw / listbox.h
index 12cd4d1b0365abd0779c3b880a65801def774e6f..03f08992db745bcd8618841a04aa78f3964b9df5 100644 (file)
@@ -26,11 +26,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr;
   // define the array of list box items
   #include  <wx/dynarray.h>
 
-  #undef WXDLLEXPORTLOCAL
-  #define WXDLLEXPORTLOCAL WXDLLEXPORT
   WX_DEFINE_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
-  #undef  WXDLLEXPORTLOCAL
-  #define WXDLLEXPORTLOCAL
 
 #endif
 
@@ -137,10 +133,6 @@ protected:
     // control items
     wxListBoxItemsArray m_aItems;
 #endif
-
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
 };
 
 #endif