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 and wxGTK currently.
-
\wxheading{Derived from}
\helpref{wxControl}{wxcontrol}\\
\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}
\helpref{wxToggleButton::Create}{wxtogglebuttoncreate}, \helpref{wxValidator}{wxvalidator}
-\membersection{wxToggleButton::\destruct{wxToggleButton}}
+\membersection{wxToggleButton::\destruct{wxToggleButton}}\label{wxtogglebuttondtor}
\func{}{\destruct{wxToggleButton}}{\void}
\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}
\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.}
-
+\docparam{state}{If {\tt true}, the button is pressed.}