X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce89fdd22ecbaf29569e70733d76c8f1eaca391e..31d80f31afd5e78f86d3d9e8e52d7124aac36a32:/include/wx/gtk1/spinctrl.h diff --git a/include/wx/gtk1/spinctrl.h b/include/wx/gtk1/spinctrl.h index c2afe4645c..1bb09317c6 100644 --- a/include/wx/gtk1/spinctrl.h +++ b/include/wx/gtk1/spinctrl.h @@ -53,6 +53,8 @@ public: virtual int GetMax() const; // implementation + void OnChar( wxKeyEvent &event ); + bool IsOwnGtkWindow( GdkWindow *window ); void ApplyWidgetStyle(); @@ -61,6 +63,7 @@ public: private: DECLARE_DYNAMIC_CLASS(wxSpinCtrl) + DECLARE_EVENT_TABLE() }; #endif