X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..4ce846b17c9a1ad71c749253cc8b73d492ed9634:/include/wx/osx/carbon/slider.h diff --git a/include/wx/osx/carbon/slider.h b/include/wx/osx/carbon/slider.h index 04dc08a6d0..f2f40043e4 100644 --- a/include/wx/osx/carbon/slider.h +++ b/include/wx/osx/carbon/slider.h @@ -75,7 +75,9 @@ public: void SetTick(int tickPos) ; void Command(wxCommandEvent& event); - virtual wxInt32 MacControlHit(WXEVENTHANDLERREF handler, WXEVENTREF event); + // osx specific event handling common for all osx-ports + + virtual bool HandleClicked( double timestampsec ); void MacHandleControlClick(WXWidget control, wxInt16 controlpart, bool mouseStillDown); protected: