document that SetValue() accepts values in 0..GetRange interval, inclusive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-07-06 12:09:34 +00:00
parent 39434ba375
commit 0836334e9f

View File

@ -202,8 +202,11 @@ This method is not implemented (doesn't do anything) for most platforms.
\func{void}{SetValue}{\param{int }{pos}}
Sets the position of the gauge.
This function makes the gauge switch to determinate mode, if it's not already.
Sets the position of the gauge. The \arg{pos} must be between $0$ and the gauge
range as returned by \helpref{GetRange}{wxgaugegetrange}, inclusive.
This function makes the gauge switch to determinate mode, if it was in
indeterminate mode before.
\wxheading{Parameters}