]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tglbtn.h
Minor doc corrections
[wxWidgets.git] / interface / tglbtn.h
index 0ee09cededa1062d941cbbe2e360da8c97e8352a..4a679c7ee14fa2b56626037fac96c9268211deb2 100644 (file)
     controls() sample.
 
     @beginEventTable{wxCommandEvent}
-    @event{EVT_TOGGLEBUTTON(id, func)}:
+    @event{EVT_TOGGLEBUTTON(id, func)}
            Handles a toggle button click event.
     @endEventTable
 
     @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;
 
@@ -114,13 +114,13 @@ public:
     This control emits an update UI event.
 
     @beginEventTable{wxCommandEvent}
-    @event{EVT_TOGGLEBUTTON(id, func)}:
+    @event{EVT_TOGGLEBUTTON(id, func)}
            Handles a toggle button click event.
     @endEventTable
 
     @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;