/////////////////////////////////////////////////////////////////////////////
-// Name: spinbutt.h
+// Name: wx/osx/spinbutt.h
// Purpose: wxSpinButton class
// Author: Stefan Csomor
// Modified by:
virtual void SetValue(int val);
// implementation
-
+
virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
// osx specific event handling common for all osx-ports
-
+
virtual bool OSXHandleClicked( double timestampsec );
protected: