]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/listbox.h
Changes corresponding to patch #841324 from Ian Brown:
[wxWidgets.git] / include / wx / motif / listbox.h
index 5f5cbc99c8be2ad0b32467e6b3950c7e39ec86f0..93a3fac24cd9ad5832297c4115c6a1194364aabb 100644 (file)
 #ifndef _WX_LISTBOX_H_
 #define _WX_LISTBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "listbox.h"
 #endif
 
 #include "wx/ctrlsub.h"
 #include "wx/clntdata.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxListBoxNameStr;
-
 // forward decl for GetSelections()
 class WXDLLEXPORT wxArrayInt;
 
-WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
-
 // List box item
 class WXDLLEXPORT wxListBox: public wxListBoxBase
 {
@@ -88,6 +84,8 @@ public:
     virtual void DoToggleItem(int item, int x) {};
 #endif
 protected:
+    virtual wxSize DoGetBestSize() const;
+
     int       m_noItems;
     
     // List mapping positions->client data