]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Implemented wxToggleButton under Motif.
[wxWidgets.git] / include / wx / listbox.h
index 23f3100c5305c1ccf52ea4a7ff3038bdc890623c..d06528cd4577a2e3fa925ce808d7620b267897e7 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "listboxbase.h"
 #endif
 
@@ -135,8 +135,6 @@ protected:
     #include "wx/mac/listbox.h"
 #elif defined(__WXPM__)
     #include "wx/os2/listbox.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/listbox.h"
 #endif
 
 #endif // wxUSE_LISTBOX