X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e59b88579c7a1e8b4da0827be75dc5d2a84ec73..d8efd2198ff050ca5a5726bcad0f42692fe872df:/interface/wx/bmpbuttn.h diff --git a/interface/wx/bmpbuttn.h b/interface/wx/bmpbuttn.h index 76847b6bd7..320093d419 100644 --- a/interface/wx/bmpbuttn.h +++ b/interface/wx/bmpbuttn.h @@ -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. @@ -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(); //@} /**