%% Created: 20.11.01
%% RCS-ID: $Id$
%% Copyright: (c) 2001 Vadim Zeitlin
-%% License: wxWindows license
+%% License: wxWidgets license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxToggleButton}}\label{wxtogglebutton}
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}
\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}
\wxheading{Parameters}
-\docparam{state}{If {\tt TRUE}, the button is pressed.}
+\docparam{state}{If {\tt true}, the button is pressed.}