]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bmpbuttn.h
suppress warnings about missing_semicolons file not existing
[wxWidgets.git] / interface / wx / bmpbuttn.h
index 0188b00925a1745850930d79b749ae604aab43be..320093d419f10371f2e523d3117a62d3c09f7156 100644 (file)
@@ -18,9 +18,9 @@
     additional bitmaps for the selected state, unpressed focused state, and greyed-out
     state may be supplied.
 
-    @section wxbitmapbutton_states Button states
-    This class supports bitmaps for several different states:
+    @section bitmapbutton_states Button states
 
+    This class supports bitmaps for several different states:
     @li @b normal: this is the bitmap shown in the default state, it must be always
         valid while all the other bitmaps are optional and don't have to be set.
     @li @b disabled: bitmap shown when the button is disabled.
@@ -61,7 +61,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{bitmapbutton.png} -->
+    @appearance{bitmapbutton.png}
 
     @see wxButton
 */
@@ -147,7 +147,7 @@ public:
         @see SetBitmapFocus()
     */
     const wxBitmap& GetBitmapFocus() const;
-    wxBitmap&  GetBitmapFocus();
+    wxBitmap& GetBitmapFocus();
     //@}
 
     //@{
@@ -156,8 +156,8 @@ public:
 
         @see SetBitmapHover()
     */
-    const wxBitmap& GetBitmapHover();
-    wxBitmap&  GetBitmapHover();
+    const wxBitmap& GetBitmapHover() const;
+    wxBitmap& GetBitmapHover();
     //@}
 
     //@{
@@ -168,8 +168,8 @@ public:
 
         @see SetBitmapLabel()
     */
-    const wxBitmap& GetBitmapLabel();
-    wxBitmap&  GetBitmapLabel();
+    const wxBitmap& GetBitmapLabel() const;
+    wxBitmap& GetBitmapLabel();
     //@}
 
     /**