X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/bmpbuttn.h?ds=sidebyside diff --git a/interface/wx/bmpbuttn.h b/interface/wx/bmpbuttn.h index 89dcca9677..320093d419 100644 --- a/interface/wx/bmpbuttn.h +++ b/interface/wx/bmpbuttn.h @@ -8,7 +8,6 @@ /** @class wxBitmapButton - @wxheader{bmpbuttn.h} A bitmap button is a control that contains a bitmap. It may be placed on a wxDialog or a wxPanel, or indeed almost any other window. @@ -19,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. @@ -62,7 +61,7 @@ @library{wxcore} @category{ctrl} - + @appearance{bitmapbutton.png} @see wxButton */ @@ -148,7 +147,7 @@ public: @see SetBitmapFocus() */ const wxBitmap& GetBitmapFocus() const; - wxBitmap& GetBitmapFocus(); + wxBitmap& GetBitmapFocus(); //@} //@{ @@ -157,8 +156,8 @@ public: @see SetBitmapHover() */ - const wxBitmap& GetBitmapHover(); - wxBitmap& GetBitmapHover(); + const wxBitmap& GetBitmapHover() const; + wxBitmap& GetBitmapHover(); //@} //@{ @@ -169,8 +168,8 @@ public: @see SetBitmapLabel() */ - const wxBitmap& GetBitmapLabel(); - wxBitmap& GetBitmapLabel(); + const wxBitmap& GetBitmapLabel() const; + wxBitmap& GetBitmapLabel(); //@} /**