git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56901
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Default constructor.
*/
wxGauge();
Default constructor.
*/
wxGauge();
/**
Constructor, creating and showing a gauge.
/**
Constructor, creating and showing a gauge.
@param id
Window identifier.
@param range
@param id
Window identifier.
@param range
- Integer range (maximum value) of the gauge. It is ignored when the
- gauge is used in indeterminate mode.
+ Integer range (maximum value) of the gauge.
+ See SetRange() for more details about the meaning of this value
+ when using the gauge in indeterminate mode.
@param pos
Window position.
@param size
@param pos
Window position.
@param size
Sets the range (maximum value) of the gauge. This function makes the
gauge switch to determinate mode, if it's not already.
Sets the range (maximum value) of the gauge. This function makes the
gauge switch to determinate mode, if it's not already.
+ When the gauge is in indeterminate mode, under wxMSW the gauge
+ repeatedly goes from zero to @a range and back; under other ports
+ when in indeterminate mode, the @a range setting is ignored.
+
@see GetRange()
*/
void SetRange(int range);
@see GetRange()
*/
void SetRange(int range);