#endif
#include "wx/defs.h"
+
#include "wx/object.h"
#include "wx/control.h"
void SetEditable( bool editable );
void OnSize( wxSizeEvent &event );
+ void OnChar( wxKeyEvent &event );
// implementation
DECLARE_EVENT_TABLE()
};
-#endif // __GTKCOMBOBOXH__
+#endif
+
+ // __GTKCOMBOBOXH__