]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/combobox.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / gtk / combobox.h
index 472aec940f5e8eeff244666933835a0b3b285834..e2f688290436bb81df8888bc2432152c792f2a94 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/defs.h"
+
 #include "wx/object.h"
 #include "wx/control.h"
 
@@ -101,6 +102,7 @@ public:
   void SetEditable( bool editable );
   
   void OnSize( wxSizeEvent &event );
+  void OnChar( wxKeyEvent &event );
   
 // implementation
     
@@ -116,4 +118,6 @@ public:
   DECLARE_EVENT_TABLE()
 };
 
-#endif // __GTKCOMBOBOXH__
+#endif
+
+  // __GTKCOMBOBOXH__