]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
added missing libraries to the requirements list
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 4a3e23dc3ab7dce00c9d1f39d640cfe6dabee0b9..5cccc78726420f64faa7dbccbb2e4ce9f4d7ff00 100644 (file)
@@ -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}.
 
 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.
 
 \helpref{controls}{samplecontrols} sample.
 
-{\bf NB:} This class is not available under wxUniversal ports such
-as wxX11.
-
 \wxheading{Derived from}
 
 \helpref{wxControl}{wxcontrol}\\
 \wxheading{Derived from}
 
 \helpref{wxControl}{wxcontrol}\\
@@ -114,12 +111,11 @@ Returns {\tt true} if it is pressed, {\tt false} otherwise.
 
 \membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
 
 
 \membersection{wxToggleButton::SetValue}\label{wxtogglebuttonsetvalue}
 
-\func{void}{SetValue}{\param{const bool}{ state}}
+\func{void}{SetValue}{\param{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.}
 {\tt EVT\_TOGGLEBUTTON} event to be emitted.
 
 \wxheading{Parameters}
 
 \docparam{state}{If {\tt true}, the button is pressed.}
-