#include "wx/defs.h"
+#if wxUSE_COMBOBOX
+
#include "wx/object.h"
#include "wx/control.h"
wxList m_clientDataList;
wxList m_clientObjectList;
+ void DisableEvents();
+ void EnableEvents();
void AppendCommon( const wxString &item );
GtkWidget* GetConnectWidget();
bool IsOwnGtkWindow( GdkWindow *window );
DECLARE_EVENT_TABLE()
};
+#endif
+
#endif
// __GTKCOMBOBOXH__