wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() directly instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -603,8 +603,14 @@ private:
|
||||
DECLARE_NO_COPY_CLASS(wxToolBarBase)
|
||||
};
|
||||
|
||||
// Helper function for creating the image for disabled buttons
|
||||
bool wxCreateGreyedImage(const wxImage& in, wxImage& out) ;
|
||||
// deprecated function for creating the image for disabled buttons, use
|
||||
// wxImage::ConvertToGreyscale() instead
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
wxDEPRECATED( bool wxCreateGreyedImage(const wxImage& in, wxImage& out) );
|
||||
|
||||
#endif // WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
|
||||
#endif // wxUSE_TOOLBAR
|
||||
|
||||
|
Reference in New Issue
Block a user