]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
On wxMac don't call Refresh from FullPaint as that is the biggest
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 75184f5541c4ac4d49945ecff397321cfdffa880..1e2508f2b91c124ea73efcaa3ec427eeb2bdc68e 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     20.11.01
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2001 Vadim Zeitlin
-%% License:     wxWindows license
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxToggleButton}}\label{wxtogglebutton}
@@ -18,7 +18,8 @@ functionality but looks like a \helpref{wxButton}{wxbutton}.
 You can see wxToggleButton in action in the sixth page of the 
 \helpref{controls}{samplecontrols} sample.
 
-{\bf NB:} This class is only available under wxMSW and wxGTK currently.
+{\bf NB:} This class is only available under wxMSW, wxGTK and wxMotif 
+currently.
 
 \wxheading{Derived from}
 
@@ -85,7 +86,7 @@ Constructor, creating and showing a toggle button.
 
 \helpref{wxToggleButton::Create}{wxtogglebuttoncreate}, \helpref{wxValidator}{wxvalidator}
 
-\membersection{wxToggleButton::\destruct{wxToggleButton}}
+\membersection{wxToggleButton::\destruct{wxToggleButton}}\label{wxtogglebuttondtor}
 
 \func{}{\destruct{wxToggleButton}}{\void}
 
@@ -109,7 +110,7 @@ Gets the state of the toggle button.
 
 \wxheading{Return value}
 
-Returns {\tt TRUE} if it is pressed, {\tt FALSE} otherwise.
+Returns {\tt true} if it is pressed, {\tt false} otherwise.
 
 \membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
 
@@ -120,5 +121,5 @@ Sets the toggle button to the given state. This does not cause a
 
 \wxheading{Parameters}
 
-\docparam{state}{If {\tt TRUE}, the button is pressed.}
+\docparam{state}{If {\tt true}, the button is pressed.}