]> git.saurik.com Git - wxWidgets.git/commit
Make wxBitmap::ConvertToDisabled() available in all ports.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:51:51 +0000 (13:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:51:51 +0000 (13:51 +0000)
commitac04aa9943bc3c48bd053a899cbe2a9c75fe13f5
tree5bcdb83dc8110bfc4a0bd359feee1d22ca1b6a9d
parent82302ad45a9d919460bdeeca69efedbc3f0836d7
Make wxBitmap::ConvertToDisabled() available in all ports.

This method was defined in wxBitmapBase which is not used by wxMSW (and wxOS2)
so it wasn't available there. Move the definition of the method inline and
reuse it for all ports, making it part of either wxBitmapBase or wxBitmap as
appropriate.

This is clearly ugly but we still have no good solution for deriving wxBitmap
from wxBitmapBase in wxMSW as it already inherits from MSW-specific wxGDIImage
there.

Also document that ConvertToDisabled() is only available when wxUSE_IMAGE==1.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/bitmap.h
include/wx/msw/bitmap.h
include/wx/os2/bitmap.h
include/wx/palmos/bitmap.h
interface/wx/bitmap.h
src/common/bmpbase.cpp