// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "listboxbase.h"
-#endif
-
#include "wx/defs.h"
#if wxUSE_LISTBOX
virtual ~wxListBoxBase();
// all generic methods are in wxControlWithItems, except for the following
- // ones which are not yet implemented by wxChoice/wxCombobox
+ // ones which are not yet implemented by wxChoice/wxComboBox
void Insert(const wxString& item, int pos)
{ DoInsert(item, pos); }
void Insert(const wxString& item, int pos, void *clientData)