]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/bmpbuttn.h
fixing file paths after renaming
[wxWidgets.git] / interface / bmpbuttn.h
index 6d80e607b7ca72578cd141d0120adb2dbb854fd3..89dcca967714f314a772040cbc7c6f8aa5fbdb37 100644 (file)
@@ -62,7 +62,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{bitmapbutton.png}
+    <!-- @appearance{bitmapbutton.png} -->
 
     @see wxButton
 */
@@ -131,7 +131,7 @@ public:
     /**
         Returns the bitmap for the disabled state, which may be invalid.
 
-        @returns A reference to the disabled state bitmap.
+        @return A reference to the disabled state bitmap.
 
         @see SetBitmapDisabled()
     */
@@ -143,7 +143,7 @@ public:
     /**
         Returns the bitmap for the focused state, which may be invalid.
 
-        @returns A reference to the focused state bitmap.
+        @return A reference to the focused state bitmap.
 
         @see SetBitmapFocus()
     */
@@ -165,7 +165,7 @@ public:
     /**
         Returns the label bitmap (the one passed to the constructor), always valid.
 
-        @returns A reference to the button's label bitmap.
+        @return A reference to the button's label bitmap.
 
         @see SetBitmapLabel()
     */
@@ -176,7 +176,7 @@ public:
     /**
         Returns the bitmap for the selected state.
 
-        @returns A reference to the selected state bitmap.
+        @return A reference to the selected state bitmap.
 
         @see SetBitmapSelected()
     */
@@ -207,7 +207,7 @@ public:
     /**
         Sets the bitmap to be shown when the mouse is over the button.
 
-        @wxsince{2.7.0}
+        @since 2.7.0
 
         The hover bitmap is currently only supported in wxMSW.