]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/spinbutt.h
props
[wxWidgets.git] / include / wx / osx / spinbutt.h
index 56025a11d212e562c7a5d96f4b8a24dc8487928d..e6668e2efc6ccb9eb74b77285e861290fe658701 100644 (file)
@@ -57,12 +57,12 @@ public:
     virtual void SetValue(int val);
 
     // implementation
-    
+
     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() ;