X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/osx/scrolbar.h?ds=inline diff --git a/include/wx/osx/scrolbar.h b/include/wx/osx/scrolbar.h index cd32595315..70850d166e 100644 --- a/include/wx/osx/scrolbar.h +++ b/include/wx/osx/scrolbar.h @@ -48,12 +48,8 @@ public: // implementation only from now on void Command(wxCommandEvent& event); -#if wxOSX_USE_CARBON - virtual void MacHandleControlClick( WXWidget control , - wxInt16 controlpart , - bool mouseStillDown ) ; -#endif - virtual bool HandleClicked( double timestampsec ); + virtual void TriggerScrollEvent( wxEventType scrollEvent ) ; + virtual bool OSXHandleClicked( double timestampsec ); protected: virtual wxSize DoGetBestSize() const;