X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/678cd6de66095373ebaed01d8d013f256cac326b..9d9b77552eeb78e0c7ee903aa265dc187651ff57:/include/wx/msw/spinctrl.h?ds=sidebyside diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index 7babcf4e74..f6c8f8fd52 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -61,11 +61,16 @@ public: protected: virtual void DoMoveWindow(int x, int y, int width, int height); - virtual wxSize DoGetBestSize(); + virtual wxSize DoGetBestSize() const; + + // the handler for wxSpinButton events + void OnSpinChange(wxSpinEvent& event); WXHWND m_hwndBuddy; +private: DECLARE_DYNAMIC_CLASS(wxSpinCtrl) + DECLARE_EVENT_TABLE() }; #endif // _WX_MSW_SPINCTRL_H_