]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
moved the rest of XPMs to /art
[wxWidgets.git] / include / wx / image.h
index 14530e58bcde8379899ca69d4131d93e418b1e0f..55e9d968340c4e42a3ef8d74d0c3ac3bfc7c58c9 100644 (file)
@@ -27,6 +27,8 @@
 
 #if wxUSE_IMAGE
 
+#define wxIMAGE_OPTION_FILENAME wxString(_T("FileName"))
+
 //-----------------------------------------------------------------------------
 // classes
 //-----------------------------------------------------------------------------
@@ -185,6 +187,7 @@ public:
     virtual bool LoadFile( wxInputStream& stream, const wxString& mimetype, int index = -1 );
 #endif
 
+    virtual bool SaveFile( const wxString& name ) const;
     virtual bool SaveFile( const wxString& name, int type ) const;
     virtual bool SaveFile( const wxString& name, const wxString& mimetype ) const;