X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff865c132a61e615bb7a157cd314d7f7428374a3..31eefb998d894e3b566e13714fa53186101829a1:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 62e50e8cd1..9253a4bdb4 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -162,8 +162,8 @@ public: #endif #endif - void Create( int width, int height, bool clear = true ); - void Create( int width, int height, unsigned char* data, bool static_data = FALSE ); + bool Create( int width, int height, bool clear = true ); + bool Create( int width, int height, unsigned char* data, bool static_data = FALSE ); void Destroy(); // creates an identical copy of the image (the = operator @@ -306,6 +306,8 @@ public: static wxImageHandler *FindHandler( long imageType ); static wxImageHandler *FindHandlerMime( const wxString& mimetype ); + static wxString GetImageExtWildcard(); + static void CleanUpHandlers(); static void InitStandardHandlers();