X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..74c34d22773e39b13fe0502798494b38f261a9e5:/include/wx/osx/spinbutt.h diff --git a/include/wx/osx/spinbutt.h b/include/wx/osx/spinbutt.h index 5c34e911d8..8f5ffdedff 100644 --- a/include/wx/osx/spinbutt.h +++ b/include/wx/osx/spinbutt.h @@ -58,12 +58,11 @@ public: // 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() ;