]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/spinbutt.h
Added wxStrnicmp and to wchar.h, not yet for Unicode mode.
[wxWidgets.git] / include / wx / mac / spinbutt.h
index afdb978c3fc972cee771671b55d341b77a3a54a7..caa1b77db23a58b8fe0d403f0c40019163af2c9c 100644 (file)
@@ -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