X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..61f09f569358d7b2752733c4a24d1bd10daefae2:/include/wx/osx/slider.h diff --git a/include/wx/osx/slider.h b/include/wx/osx/slider.h index f2f40043e4..535d61c22e 100644 --- a/include/wx/osx/slider.h +++ b/include/wx/osx/slider.h @@ -76,9 +76,9 @@ public: void Command(wxCommandEvent& event); // osx specific event handling common for all osx-ports - - virtual bool HandleClicked( double timestampsec ); - void MacHandleControlClick(WXWidget control, wxInt16 controlpart, bool mouseStillDown); + + virtual bool OSXHandleClicked( double timestampsec ); + virtual void TriggerScrollEvent( wxEventType scrollEvent ) ; protected: virtual wxSize DoGetBestSize() const;