From de511875dc1cda027f1ccd2b9bb8900bff31eadc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 11 Jun 2007 21:31:19 +0000 Subject: [PATCH] Added save to stream methods git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_image.i | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i index 6b315bc824..6b58c544ec 100644 --- a/wxPython/src/_image.i +++ b/wxPython/src/_image.i @@ -643,6 +643,17 @@ string.", "", bool , SaveFile( const wxString& name, const wxString& mimetype ), "Saves an image in the named file.", "", SaveMimeFile); + + DocDeclStrName( + bool , SaveFile( wxOutputStream& stream, int type ), + "Saves an image in the named file.", "", + SaveStream); + + + DocDeclStrName( + bool , SaveFile( wxOutputStream& stream, const wxString& mimetype ), + "Saves an image in the named file.", "", + SaveMimeStream); DocDeclStrName(