]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tglbtn.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / tglbtn.tex
index 78b0413f6a440ae093371eddc30d37d545c56c65..9f82de7e08186553c37cfc628252933036b10429 100644 (file)
@@ -29,6 +29,10 @@ You can see wxToggleButton in action in the sixth page of the
 
 <wx/tglbtn.h>
 
+\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.