X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68586e51b20dccee3fd5645aeaca7cc8ff298c2..9d9b77552eeb78e0c7ee903aa265dc187651ff57:/include/wx/msw/spinctrl.h diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index dbf42d7e7a..f6c8f8fd52 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -63,9 +63,14 @@ protected: virtual void DoMoveWindow(int x, int y, int width, int height); 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_