]> git.saurik.com Git - wxWidgets.git/commitdiff
document that SetValue() accepts values in 0..GetRange interval, inclusive
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Jul 2007 12:09:34 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 6 Jul 2007 12:09:34 +0000 (12:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/gauge.tex

index 04126ed2928401c66843a40abdf658612a1b8e50..a887f646917431e6b8be22a67f3db3dfac5fe308 100644 (file)
@@ -202,8 +202,11 @@ This method is not implemented (doesn't do anything) for most platforms.
 
 \func{void}{SetValue}{\param{int }{pos}}
 
 
 \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}
 
 
 \wxheading{Parameters}