X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea6cbf486a3be57fd10283b3cd65a34e193d3d6c..f9bb777f88b5c93054e0ba0c2f1d5d9186f97a33:/include/wx/msw/spinctrl.h diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index d1707c703f..8f200c0267 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -99,8 +99,9 @@ protected: virtual void DoSetToolTip( wxToolTip *tip ); #endif // wxUSE_TOOLTIPS - // the handler for wxSpinButton events - void OnSpinChange(wxSpinEvent& event); + virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result); + virtual bool MSWOnScroll(int orientation, WXWORD wParam, + WXWORD pos, WXHWND control); // handle processing of special keys void OnChar(wxKeyEvent& event);