]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/spinbutt.h
Extend history api using the ie backend to include loading history items, and getting...
[wxWidgets.git] / include / wx / osx / spinbutt.h
index 56025a11d212e562c7a5d96f4b8a24dc8487928d..69dd3af37585c20227b0e8d9e997f81c54c20c69 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        spinbutt.h
+// Name:        wx/osx/spinbutt.h
 // Purpose:     wxSpinButton class
 // Author:      Stefan Csomor
 // Modified by:
@@ -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() ;