]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
Implemented wxArrayString::Shrink() and stuff.
[wxWidgets.git] / include / wx / gtk / combobox.h
index 7d7822f941e5ca06650818ebf642111109bd8555..78c1425e666dd5781a54dbe8f4932ff7c8d47898 100644 (file)
@@ -32,7 +32,7 @@ class wxComboBox;
 //-----------------------------------------------------------------------------
 
 extern const char* wxComboBoxNameStr;
-extern const char* wxEmptyString;
+extern const wxChar* wxEmptyString;
 
 //-----------------------------------------------------------------------------
 // wxComboBox
@@ -102,6 +102,7 @@ public:
   void SetEditable( bool editable );
   
   void OnSize( wxSizeEvent &event );
+  void OnChar( wxKeyEvent &event );
   
 // implementation