]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/spinbutt.h
Override MSWTranslateMessage for wxActiveXContainer. Calling IOleInPlaceActiveObject...
[wxWidgets.git] / include / wx / osx / spinbutt.h
index 5c34e911d8ab3103477c9c87f08b3c1cfb92debd..69dd3af37585c20227b0e8d9e997f81c54c20c69 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        spinbutt.h
+// Name:        wx/osx/spinbutt.h
 // Purpose:     wxSpinButton class
 // Author:      Stefan Csomor
 // Modified by:
@@ -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() ;