X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a87ef19ceee692fcf22ac6d81933be32a8860f2..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/tglbtn.tex diff --git a/docs/latex/wx/tglbtn.tex b/docs/latex/wx/tglbtn.tex index 78b0413f6a..9f82de7e08 100644 --- a/docs/latex/wx/tglbtn.tex +++ b/docs/latex/wx/tglbtn.tex @@ -29,6 +29,10 @@ You can see wxToggleButton in action in the sixth page of the +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} There are no special styles for wxToggleButton. @@ -111,7 +115,7 @@ Returns {\tt true} if it is pressed, {\tt false} otherwise. \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 {\tt EVT\_TOGGLEBUTTON} event to be emitted.