]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tglbtn.h
add note for wxWidgets user with a skeleton for a very minimal console app
[wxWidgets.git] / interface / wx / tglbtn.h
index 3f6d601528447ba54e79b8fae36f35a7336c786e..a64e52e402ca6679cd00e51f6a0691b5da7ee090 100644 (file)
@@ -24,7 +24,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{togglebutton.png} -->
+    @appearance{togglebutton.png}
 
     @see wxCheckBox, wxButton, wxBitmapToggleButton
 */
@@ -53,7 +53,7 @@ public:
             If wxDefaultSize is specified then a default size is chosen.
         @param style
             Window style. See wxToggleButton.
-        @param validator
+        @param val
             Window validator.
         @param name
             Window name.
@@ -118,7 +118,7 @@ public:
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{bitmaptogglebutton.png} -->
+    @appearance{bitmaptogglebutton.png}
 */
 class wxBitmapToggleButton : public wxControl
 {