X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..9199e66fb56bc80b81b91f59250df78d7197052e:/include/wx/mac/spinbutt.h?ds=sidebyside diff --git a/include/wx/mac/spinbutt.h b/include/wx/mac/spinbutt.h index afdb978c3f..caa1b77db2 100644 --- a/include/wx/mac/spinbutt.h +++ b/include/wx/mac/spinbutt.h @@ -63,10 +63,12 @@ class WXDLLEXPORT wxSpinButton: public wxControl //////////////////////////////////////////////////////////////////////////// void Command(wxCommandEvent& event) { ProcessCommand(event); }; + virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ; protected: int m_min; int m_max; + int m_value ; }; class WXDLLEXPORT wxSpinEvent: public wxScrollEvent