]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tglbtn.h
Mention wxDataViewTreeCtrl in wxTreeCtrl
[wxWidgets.git] / interface / tglbtn.h
index f52024d99cfd55d4b085a4f9616fc90d7444f913..4a679c7ee14fa2b56626037fac96c9268211deb2 100644 (file)
@@ -27,7 +27,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{togglebutton.png}
+    <!-- @appearance{togglebutton.png} -->
 
     @see wxCheckBox, wxButton, wxBitmapToggleButton
 */
@@ -89,7 +89,7 @@ public:
     /**
         Gets the state of the toggle button.
 
-        @returns Returns @true if it is pressed, @false otherwise.
+        @return Returns @true if it is pressed, @false otherwise.
     */
     bool GetValue() const;
 
@@ -120,7 +120,7 @@ public:
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{bitmaptogglebutton.png}
+    <!-- @appearance{bitmaptogglebutton.png} -->
 */
 class wxBitmapToggleButton : public wxControl
 {
@@ -154,7 +154,7 @@ public:
     /**
         Gets the state of the toggle button.
 
-        @returns Returns @true if it is pressed, @false otherwise.
+        @return Returns @true if it is pressed, @false otherwise.
     */
     virtual bool GetValue() const;