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/motif/listbox.h"
#elif defined(__WXGTK__)
#include "wx/gtk/listbox.h"
-#elif defined(__WXQT__)
- #include "wx/qt/listbox.h"
#elif defined(__WXMAC__)
#include "wx/mac/listbox.h"
#elif defined(__WXPM__)