X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..2a94806c9a047080225178acf37869677794bea7:/interface/wx/tglbtn.h?ds=sidebyside diff --git a/interface/wx/tglbtn.h b/interface/wx/tglbtn.h index 4a679c7ee1..75f7e4a352 100644 --- a/interface/wx/tglbtn.h +++ b/interface/wx/tglbtn.h @@ -9,7 +9,6 @@ /** @class wxToggleButton - @wxheader{tglbtn.h} wxToggleButton is a button that stays pressed when clicked by the user. In other words, it is similar to wxCheckBox in @@ -106,7 +105,6 @@ public: /** @class wxBitmapToggleButton - @wxheader{tglbtn.h} wxBitmapToggleButton is a wxToggleButton that contains a bitmap instead of text.