#endif
#include "wx/defs.h"
+
#include "wx/object.h"
#include "wx/control.h"
//-----------------------------------------------------------------------------
extern const char* wxComboBoxNameStr;
-extern const char* wxEmptyString;
+extern const wxChar* wxEmptyString;
//-----------------------------------------------------------------------------
// wxComboBox
void SetEditable( bool editable );
void OnSize( wxSizeEvent &event );
+ void OnChar( wxKeyEvent &event );
// implementation
DECLARE_EVENT_TABLE()
};
-#endif // __GTKCOMBOBOXH__
+#endif
+
+ // __GTKCOMBOBOXH__