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