]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
added wxFrame::Command()
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index e4b7d5e610f4abea3e355e65270c3a391c946fad..e2f688290436bb81df8888bc2432152c792f2a94 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/defs.h"
+
 #include "wx/object.h"
 #include "wx/control.h"
 
@@ -101,11 +102,13 @@ public:
   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();
@@ -115,4 +118,6 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
-#endif // __GTKCOMBOBOXH__
+#endif
+
+  // __GTKCOMBOBOXH__