other words, it is similar to \helpref{wxCheckBox}{wxcheckbox} in
functionality but looks like a \helpref{wxButton}{wxbutton}.
+Since wxWidgets version 2.9.0 this control emits an update UI event.
+
You can see wxToggleButton in action in the sixth page of the
\helpref{controls}{samplecontrols} sample.
<wx/tglbtn.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{Window styles}
There are no special styles for wxToggleButton.
\wxheading{See also}
-\helpref{wxCheckBox}{wxcheckbox}, \helpref{wxButton}{wxbutton}
+\helpref{wxCheckBox}{wxcheckbox}, \helpref{wxButton}{wxbutton},
+\helpref{wxBitmapToggleButton}{wxbitmaptogglebutton}
\latexignore{\rtfignore{\wxheading{Members}}}
\wxheading{Parameters}
\docparam{state}{If {\tt true}, the button is pressed.}
+