]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gauge.tex
Add some helpref's in the wxPython topic overview. Some of the ones without a helpref...
[wxWidgets.git] / docs / latex / wx / gauge.tex
index 4bf0ea82c6ec30c03eeefa4ac9dbf992e21cc42e..563bdbbc8e88a3f78516bd01cae677ea0cb6ef3c 100644 (file)
@@ -37,7 +37,7 @@ wxGauge is read-only so generates no events.
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
-\membersection{wxGauge::wxGauge}\label{wxgaugeconstr}
+\membersection{wxGauge::wxGauge}\label{wxgaugector}
 
 \func{}{wxGauge}{\void}
 
@@ -70,7 +70,7 @@ Constructor, creating and showing a gauge.
 \helpref{wxGauge::Create}{wxgaugecreate}
 
 
-\membersection{wxGauge::\destruct{wxGauge}}
+\membersection{wxGauge::\destruct{wxGauge}}\label{wxgaugedtor}
 
 \func{}{\destruct{wxGauge}}{\void}
 
@@ -83,7 +83,7 @@ Destructor, destroying the gauge.
 \param{int}{ range}, \param{const wxPoint\& }{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
 \param{long}{ style = wxGA\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``gauge"}}
 
-Creates the gauge for two-step construction. See \helpref{wxGauge::wxGauge}{wxgaugeconstr}\rtfsp
+Creates the gauge for two-step construction. See \helpref{wxGauge::wxGauge}{wxgaugector}\rtfsp
 for further details.
 
 
@@ -138,10 +138,6 @@ This method is not implemented (returns $0$) for most platforms.
 
 Returns the current position of the gauge.
 
-\wxheading{Remarks}
-
-This method is not implemented (doesn't do anything) for most platforms.
-
 \wxheading{See also}
 
 \helpref{wxGauge::SetValue}{wxgaugesetvalue}