]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
Here it comes:
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index 5e9e341fb38355ab817aae34038ccbea2e7dced7..e2f688290436bb81df8888bc2432152c792f2a94 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_COMBOBOX
-
 #include "wx/object.h"
 #include "wx/control.h"
 
@@ -104,6 +102,7 @@ public:
   void SetEditable( bool editable );
   
   void OnSize( wxSizeEvent &event );
+  void OnChar( wxKeyEvent &event );
   
 // implementation
     
@@ -119,10 +118,6 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
-#endif
-
-  // wxUSE_COMBOBOX
-
 #endif
 
   // __GTKCOMBOBOXH__