]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/spinctrl.h
for Gray Controls implementation
[wxWidgets.git] / include / wx / gtk1 / spinctrl.h
index c2afe4645c16493b46af40b78460e26423b8c51e..1bb09317c69cad1319a3d38f806e7a7f5c21fa94 100644 (file)
@@ -53,6 +53,8 @@ public:
     virtual int GetMax() const;
 
     // implementation
     virtual int GetMax() const;
 
     // implementation
+    void OnChar( wxKeyEvent &event );
+    
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
 
     bool IsOwnGtkWindow( GdkWindow *window );
     void ApplyWidgetStyle();
 
@@ -61,6 +63,7 @@ public:
 
 private:
     DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
 
 private:
     DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
+    DECLARE_EVENT_TABLE()
 };
 
 #endif
 };
 
 #endif