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(