// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "listboxbase.h"
#endif
public:
// all generic methods are in wxControlWithItems, except for the following
// ones which are not yet implemented by wxChoice/wxCombobox
-#ifdef __DARWIN__
- virtual ~wxListBoxBase() { }
-#endif
+ virtual ~wxListBoxBase();
void Insert(const wxString& item, int pos)
{ DoInsert(item, pos); }
#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