]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gauge.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / gauge.tex
index 49bf0d73460cf23886551aabed49e1f51a201da0..ddef4738dbb67246005526a1c808ad640cad4509 100644 (file)
@@ -27,6 +27,10 @@ There are no user commands for the gauge.
 
 <wx/gauge.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -202,8 +206,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}
 
@@ -224,3 +231,4 @@ a bit to indicate the user that some progress has been made.
 Note that after calling this function the value returned by \helpref{GetValue}{wxgaugegetvalue}
 is undefined and thus you need to explicitely call \helpref{SetValue}{wxgaugesetvalue} if you
 want to restore the determinate mode.
+