Add docs for SetMin and SetMax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8e912ebf47
commit
a4eac7660c
@ -296,6 +296,27 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual void SetLineSize(int lineSize);
|
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.
|
Sets the page size for the slider.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user