X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..e9e8b38179b147dd04f5c19af7e56a94342e93a7:/include/wx/osx/spinbutt.h diff --git a/include/wx/osx/spinbutt.h b/include/wx/osx/spinbutt.h index 5c34e911d8..e6668e2efc 100644 --- a/include/wx/osx/spinbutt.h +++ b/include/wx/osx/spinbutt.h @@ -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() ;