git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5305
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// -------------------------------
virtual void SetValue(int val) { wxSpinButton::SetValue(val); }
// -------------------------------
virtual void SetValue(int val) { wxSpinButton::SetValue(val); }
- virtual int GetValue() const;
+ virtual int GetValue() const;
virtual bool SetFont(const wxFont &font);
virtual bool SetFont(const wxFont &font);
+ virtual void SetFocus();
virtual bool Enable(bool enable = TRUE);
virtual bool Show(bool show = TRUE);
virtual bool Enable(bool enable = TRUE);
virtual bool Show(bool show = TRUE);
protected:
virtual void DoMoveWindow(int x, int y, int width, int height);
virtual wxSize DoGetBestSize() const;
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);
// the handler for wxSpinButton events
void OnSpinChange(wxSpinEvent& event);