#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
bool m_alreadySent;
wxList m_clientDataList;
+ wxList m_clientObjectList;
void AppendCommon( const wxString &item );
GtkWidget* GetConnectWidget();
DECLARE_EVENT_TABLE()
};
-#endif // __GTKCOMBOBOXH__
+#endif
+
+ // __GTKCOMBOBOXH__