git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50596
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\section{\class{wxBitmapToggleButton}}\label{wxbitmaptogglebutton}
-wxBitmapToggleButton is a a \helpref{wxToggleButton}{wxtogglebutton}
+wxBitmapToggleButton is a \helpref{wxToggleButton}{wxtogglebutton}
that contains a bitmap instead of text.
-This control emits a update UI event.
+This control emits an update UI event.
\wxheading{Derived from}
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 a update UI event.
+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.