removed deprecated ConvertToBitmap() and wxImage(wxBitmap) ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -153,15 +153,6 @@ public:
|
||||
wxImage( const wxImage& image );
|
||||
wxImage( const wxImage* image );
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_2 && wxUSE_GUI
|
||||
// conversion to/from wxBitmap (deprecated, use wxBitmap's methods instead):
|
||||
wxDEPRECATED( wxImage(const wxBitmap &bitmap) );
|
||||
wxDEPRECATED( wxBitmap ConvertToBitmap() const );
|
||||
#ifdef __WXGTK__
|
||||
wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ) const;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
bool Create( int width, int height, bool clear = true );
|
||||
bool Create( int width, int height, unsigned char* data, bool static_data = FALSE );
|
||||
void Destroy();
|
||||
|
Reference in New Issue
Block a user