X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..991d57f8443fc8a31c2ad3e3a8180af08a6394d6:/include/wx/mac/carbon/slider.h diff --git a/include/wx/mac/carbon/slider.h b/include/wx/mac/carbon/slider.h index 76d5687af8..e9702ea6fa 100644 --- a/include/wx/mac/carbon/slider.h +++ b/include/wx/mac/carbon/slider.h @@ -79,15 +79,15 @@ public: int maxW = -1, int maxH = -1, int incW = -1, int incH = -1 ); + void Command(wxCommandEvent& event); + virtual wxInt32 MacControlHit(WXEVENTHANDLERREF handler, WXEVENTREF event); + void MacHandleControlClick(WXWidget control, wxInt16 controlpart, bool mouseStillDown); + protected: virtual wxSize DoGetBestSize() const; virtual void DoSetSize(int x, int y, int w, int h, int sizeFlags); virtual void DoMoveWindow(int x, int y, int w, int h); - void Command(wxCommandEvent& event); - virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ; - void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; - // Common processing to invert slider values based on wxSL_INVERSE virtual int ValueInvertOrNot(int value) const;