]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
Remove use of GetVolumeInformation since it causes long delays on network drives.
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 1e2508f2b91c124ea73efcaa3ec427eeb2bdc68e..78b0413f6a440ae093371eddc30d37d545c56c65 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     20.11.01
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2001 Vadim Zeitlin
-%% License:     wxWidgets license
+%% License:     wxWindows license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxToggleButton}}\label{wxtogglebutton}
@@ -15,12 +15,9 @@ wxToggleButton is a button that stays pressed when clicked by the user. In
 other words, it is similar to \helpref{wxCheckBox}{wxcheckbox} in
 functionality but looks like a \helpref{wxButton}{wxbutton}.
 
-You can see wxToggleButton in action in the sixth page of the 
+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, wxGTK and wxMotif 
-currently.
-
 \wxheading{Derived from}
 
 \helpref{wxControl}{wxcontrol}\\
@@ -42,7 +39,7 @@ See also \helpref{window styles overview}{windowstyles}.
 
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Handles button click event.}
+\twocolitem{{\bf EVT\_TOGGLEBUTTON(id, func)}}{Handles a toggle button click event.}
 \end{twocollist}
 
 \wxheading{See also}
@@ -116,10 +113,9 @@ Returns {\tt true} if it is pressed, {\tt false} otherwise.
 
 \func{void}{SetValue}{\param{const bool}{ state}}
 
-Sets the toggle button to the given state. This does not cause a 
+Sets the toggle button to the given state. This does not cause a
 {\tt EVT\_TOGGLEBUTTON} event to be emitted.
 
 \wxheading{Parameters}
 
 \docparam{state}{If {\tt true}, the button is pressed.}
-