git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47191
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\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.