]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/gauge.tex
Added wxPATH_NORM_SHORTCUT
[wxWidgets.git] / docs / latex / wx / gauge.tex
index b3c01d474538c87ba1b5a6a8b5cb6f841d49a452..4bf0ea82c6ec30c03eeefa4ac9dbf992e21cc42e 100644 (file)
@@ -20,8 +20,8 @@ There are no user commands for the gauge.
 \begin{twocollist}\itemsep=0pt
 \twocolitem{\windowstyle{wxGA\_HORIZONTAL}}{Creates a horizontal gauge.}
 \twocolitem{\windowstyle{wxGA\_VERTICAL}}{Creates a vertical gauge.}
-\twocolitem{\windowstyle{wxGA\_PROGRESSBAR}}{Under Windows 95, creates a horizontal progress bar.}
-\twocolitem{\windowstyle{wxGA\_SMOOTH}}{Under Windows 95, creates smooth progress bar with one pixel wide update step.}
+%\twocolitem{\windowstyle{wxGA\_PROGRESSBAR}}{Obsolete, doesn't do anything any more}
+\twocolitem{\windowstyle{wxGA\_SMOOTH}}{Creates smooth progress bar with one pixel wide update step (not supported by all platforms).}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.
@@ -36,6 +36,7 @@ wxGauge is read-only so generates no events.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
+
 \membersection{wxGauge::wxGauge}\label{wxgaugeconstr}
 
 \func{}{wxGauge}{\void}
@@ -64,21 +65,18 @@ Constructor, creating and showing a gauge.
 
 \docparam{name}{Window name.}
 
-\wxheading{Remarks}
-
-Under Windows 95, there are two different styles of gauge: normal gauge, and progress bar (when
-the {\bf wxGA\_PROGRESSBAR} style is used). A progress bar is always horizontal.
-
 \wxheading{See also}
 
 \helpref{wxGauge::Create}{wxgaugecreate}
 
+
 \membersection{wxGauge::\destruct{wxGauge}}
 
 \func{}{\destruct{wxGauge}}{\void}
 
 Destructor, destroying the gauge.
 
+
 \membersection{wxGauge::Create}\label{wxgaugecreate}
 
 \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
@@ -88,6 +86,7 @@ Destructor, destroying the gauge.
 Creates the gauge for two-step construction. See \helpref{wxGauge::wxGauge}{wxgaugeconstr}\rtfsp
 for further details.
 
+
 \membersection{wxGauge::GetBezelFace}\label{wxgaugegetbezelface}
 
 \constfunc{int}{GetBezelFace}{\void}
@@ -96,22 +95,28 @@ Returns the width of the 3D bezel face.
 
 \wxheading{Remarks}
 
-Windows only, not for {\bf wxGA\_PROGRESSBAR}.
+This method is not implemented (returns $0$) for most platforms.
 
 \wxheading{See also}
 
 \helpref{wxGauge::SetBezelFace}{wxgaugesetbezelface}
 
+
 \membersection{wxGauge::GetRange}\label{wxgaugegetrange}
 
 \constfunc{int}{GetRange}{\void}
 
 Returns the maximum position of the gauge.
 
+\wxheading{Remarks}
+
+This method is not implemented (doesn't do anything) for most platforms.
+
 \wxheading{See also}
 
 \helpref{wxGauge::SetRange}{wxgaugesetrange}
 
+
 \membersection{wxGauge::GetShadowWidth}\label{wxgaugegetshadowwidth}
 
 \constfunc{int}{GetShadowWidth}{\void}
@@ -120,22 +125,36 @@ Returns the 3D shadow margin width.
 
 \wxheading{Remarks}
 
-Windows only, not for {\bf wxGA\_PROGRESSBAR}.
+This method is not implemented (returns $0$) for most platforms.
 
 \wxheading{See also}
 
 \helpref{wxGauge::SetShadowWidth}{wxgaugesetshadowwidth}
 
+
 \membersection{wxGauge::GetValue}\label{wxgaugegetvalue}
 
 \constfunc{int}{GetValue}{\void}
 
 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}
 
+
+\membersection{wxGauge::IsVertical}\label{wxgaugeisvertical}
+
+\constfunc{bool}{IsVertical}{\void}
+
+Returns \true if the gauge is vertical (has \texttt{wxGA\_VERTICAL} style) and 
+\false otherwise.
+
+
 \membersection{wxGauge::SetBezelFace}\label{wxgaugesetbezelface}
 
 \func{void}{SetBezelFace}{\param{int }{width}}
@@ -144,12 +163,13 @@ Sets the 3D bezel face width.
 
 \wxheading{Remarks}
 
-Windows only, not for {\bf wxGA\_PROGRESSBAR}.
+This method is not implemented (doesn't do anything) for most platforms.
 
 \wxheading{See also}
 
 \helpref{wxGauge::GetBezelFace}{wxgaugegetbezelface}
 
+
 \membersection{wxGauge::SetRange}\label{wxgaugesetrange}
 
 \func{void}{SetRange}{\param{int }{range}}
@@ -160,6 +180,7 @@ Sets the range (maximum value) of the gauge.
 
 \helpref{wxGauge::GetRange}{wxgaugegetrange}
 
+
 \membersection{wxGauge::SetShadowWidth}\label{wxgaugesetshadowwidth}
 
 \func{void}{SetShadowWidth}{\param{int }{width}}
@@ -168,7 +189,8 @@ Sets the 3D shadow width.
 
 \wxheading{Remarks}
 
-Windows only, not for {\bf wxGA\_PROGRESSBAR}.
+This method is not implemented (doesn't do anything) for most platforms.
+
 
 \membersection{wxGauge::SetValue}\label{wxgaugesetvalue}