X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..7ddb15416407390de67cc26b04e91ea99a521f57:/include/wx/cocoa/slider.h diff --git a/include/wx/cocoa/slider.h b/include/wx/cocoa/slider.h index 32950b547f..46a4ef7c40 100644 --- a/include/wx/cocoa/slider.h +++ b/include/wx/cocoa/slider.h @@ -92,14 +92,16 @@ public: // these methods get/set the length of the slider pointer in pixels virtual void SetThumbLength(int lenPixels); virtual int GetThumbLength() const; - + // copied from (wxSliderCocoa.h) - virtual void SetTickFreq(int n, int pos); virtual int GetTickFreq() const; - virtual void ClearTicks() { SetTickFreq(0, 0); } + virtual void ClearTicks() { SetTickFreq(0); } virtual void SetTickPos(int pos); +protected: + // Platform-specific implementation of SetTickFreq + virtual void DoSetTickFreq(int freq); }; #endif