X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/osx/spinbutt.h?ds=sidebyside 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() ;