]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / image.h
index 62e50e8cd19cc9b0874f55d50cce97b906065eee..9253a4bdb41cd6e8591ab7bfdeed3e1262800ac0 100644 (file)
@@ -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();