Applied part of #10034: wxImage::ConvertToDisabled()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -171,6 +171,12 @@ public:
|
||||
*/
|
||||
virtual ~wxIcon();
|
||||
|
||||
/**
|
||||
Returns disabled (dimmed) version of the icon. MSW only.
|
||||
@since 2.9.0
|
||||
*/
|
||||
wxIcon ConvertToDisabled(unsigned char brightness = 255) const;
|
||||
|
||||
/**
|
||||
Copies @a bmp bitmap to this icon.
|
||||
Under MS Windows the bitmap must have mask colour set.
|
||||
|
Reference in New Issue
Block a user