From 0a87ef19ceee692fcf22ac6d81933be32a8860f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 24 May 2006 09:42:25 +0000 Subject: [PATCH] wxToggleButton for wxUniv already introduced. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tglbtn.tex | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/latex/wx/tglbtn.tex b/docs/latex/wx/tglbtn.tex index 4a3e23dc3a..78b0413f6a 100644 --- a/docs/latex/wx/tglbtn.tex +++ b/docs/latex/wx/tglbtn.tex @@ -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 not available under wxUniversal ports such -as wxX11. - \wxheading{Derived from} \helpref{wxControl}{wxcontrol}\\ @@ -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.} - -- 2.45.2