From 0836334e9fce54fc370314f9d27a513cda9291fa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 6 Jul 2007 12:09:34 +0000 Subject: [PATCH] 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 --- docs/latex/wx/gauge.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/gauge.tex b/docs/latex/wx/gauge.tex index 04126ed292..a887f64691 100644 --- a/docs/latex/wx/gauge.tex +++ b/docs/latex/wx/gauge.tex @@ -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} -- 2.45.2