%% Created: 20.11.01
%% RCS-ID: $Id$
%% Copyright: (c) 2001 Vadim Zeitlin
-%% License: wxWidgets license
+%% License: wxWindows 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, wxGTK and wxMotif
-currently.
+{\bf NB:} This class is not available under wxUniversal ports such
+as wxX11.
\wxheading{Derived from}
\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}