]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
Some doc corrections
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 75184f5541c4ac4d49945ecff397321cfdffa880..38665a8b8eae652f4a34916ec6e892ed4e4b8ce2 100644 (file)
@@ -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}
 
@@ -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.}