]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/spinbutt.h
Clarify documentation for wxPropertyGridEvent::GetProperty()
[wxWidgets.git] / include / wx / osx / spinbutt.h
index 5c34e911d8ab3103477c9c87f08b3c1cfb92debd..e6668e2efc6ccb9eb74b77285e861290fe658701 100644 (file)
@@ -57,13 +57,12 @@ public:
     virtual void SetValue(int val);
 
     // implementation
-    
-#if wxOSX_USE_CARBON
-    virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
-#endif
+
+    virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
+
     // osx specific event handling common for all osx-ports
-    
-    virtual bool HandleClicked( double timestampsec );
+
+    virtual bool OSXHandleClicked( double timestampsec );
 
 protected:
     void         SendThumbTrackEvent() ;