X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..02e05e7e4087243171de25b598e701229814b821:/include/wx/mac/carbon/spinctrl.h?ds=sidebyside diff --git a/include/wx/mac/carbon/spinctrl.h b/include/wx/mac/carbon/spinctrl.h index 384e2b1d7a..ebc2123068 100755 --- a/include/wx/mac/carbon/spinctrl.h +++ b/include/wx/mac/carbon/spinctrl.h @@ -22,6 +22,8 @@ #if wxUSE_SPINBTN +#include "wx/containr.h" + class WXDLLEXPORT wxSpinButton; class WXDLLEXPORT wxTextCtrl; @@ -76,7 +78,6 @@ public: // forward these functions to all subcontrols virtual bool Enable(bool enable = TRUE); virtual bool Show(bool show = TRUE); - virtual void SetFocus(); // get the subcontrols wxTextCtrl *GetText() const { return m_text; } @@ -90,6 +91,8 @@ public: // number is out of range bool GetTextValue(int *val) const; + WX_DECLARE_CONTROL_CONTAINER(); + protected: // override the base class virtuals involved into geometry calculations virtual wxSize DoGetBestSize() const; @@ -104,6 +107,7 @@ private: wxSpinButton *m_btn; private: + DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxSpinCtrl) };