mark wxImage's wxBitmap functions as deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -122,8 +122,8 @@ public:
|
|||||||
|
|
||||||
#if WXWIN_COMPATIBILITY_2_2 && wxUSE_GUI
|
#if WXWIN_COMPATIBILITY_2_2 && wxUSE_GUI
|
||||||
// conversion to/from wxBitmap (deprecated, use wxBitmap's methods instead):
|
// conversion to/from wxBitmap (deprecated, use wxBitmap's methods instead):
|
||||||
wxImage( const wxBitmap &bitmap );
|
wxDEPRECATED( wxImage(const wxBitmap &bitmap) );
|
||||||
wxBitmap ConvertToBitmap() const;
|
wxDEPRECATED( wxBitmap ConvertToBitmap() const );
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ) const;
|
wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ) const;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user