Move wxBitmap::ConvertToDisabled() to respect alphabetic order

No real changes, just keep the functions sorted as they're clearly
intended to be here.

This commit is best viewed with --color-moved git option.
This commit is contained in:
Vadim Zeitlin
2021-10-23 20:55:28 +02:00
parent 1fb7b13812
commit 691a11989e

View File

@@ -402,6 +402,15 @@ public:
*/
static void CleanUpHandlers();
/**
Returns disabled (dimmed) version of the bitmap.
This method is not available when <code>wxUSE_IMAGE == 0</code>.
@since 2.9.0
*/
wxBitmap ConvertToDisabled(unsigned char brightness = 255) const;
/**
Creates an image from a platform-dependent bitmap. This preserves
mask information so that bitmaps and images can be converted back
@@ -577,15 +586,6 @@ public:
*/
wxSize GetSize() const;
/**
Returns disabled (dimmed) version of the bitmap.
This method is not available when <code>wxUSE_IMAGE == 0</code>.
@since 2.9.0
*/
wxBitmap ConvertToDisabled(unsigned char brightness = 255) const;
/**
Gets the width of the bitmap in pixels.