X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce7fe42e848cc0c9058dae906c3a7bded50681e6..8ac8eb6fdabaded7fe14a949464c192fbf2c0d88:/interface/wx/slider.h diff --git a/interface/wx/slider.h b/interface/wx/slider.h index eaf88adb7e..a0b8b57ff7 100644 --- a/interface/wx/slider.h +++ b/interface/wx/slider.h @@ -296,6 +296,27 @@ public: */ virtual void SetLineSize(int lineSize); + + /** + Sets the minimum slider value. + + @param minValue + The new bottom end of the slider range. + + @see GetMin(), SetRange() + */ + void SetMin( int minValue ); + + /** + Sets the maximum slider value. + + @param maxValue + The new top end of the slider range. + + @see GetMax(), SetRange() + */ + void SetMax( int maxValue ); + /** Sets the page size for the slider.