]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/combobox.h
little doc updates
[wxWidgets.git] / include / wx / gtk1 / combobox.h
index acabf59f7dd9caebc87ec96e75d08f3cad4715dd..78c1425e666dd5781a54dbe8f4932ff7c8d47898 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "wx/defs.h"
 
-#ifdef wxUSE_COMBOBOX
-
 #include "wx/object.h"
 #include "wx/control.h"
 
@@ -34,7 +32,7 @@ class wxComboBox;
 //-----------------------------------------------------------------------------
 
 extern const char* wxComboBoxNameStr;
-extern const char* wxEmptyString;
+extern const wxChar* wxEmptyString;
 
 //-----------------------------------------------------------------------------
 // wxComboBox
@@ -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__