X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bf3196d66061acb022db8ea07acd15614288b4b..7140577b50f951b356cd07393fe970e76eeee88d:/include/wx/msw/spinctrl.h diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index 4a5d3d56aa..746cf4d707 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -58,8 +58,9 @@ public: // ------------------------------- virtual void SetValue(int val) { wxSpinButton::SetValue(val); } - virtual int GetValue() const; + virtual int GetValue() const; virtual bool SetFont(const wxFont &font); + virtual void SetFocus(); virtual bool Enable(bool enable = TRUE); virtual bool Show(bool show = TRUE); @@ -67,7 +68,6 @@ public: protected: virtual void DoMoveWindow(int x, int y, int width, int height); virtual wxSize DoGetBestSize() const; - virtual void SetFocus(); // the handler for wxSpinButton events void OnSpinChange(wxSpinEvent& event);