no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-07-08 03:38:01 +00:00
parent 7414c52cd0
commit b6f4144e59
3 changed files with 66 additions and 8 deletions

View File

@@ -133,6 +133,12 @@ public:
,int nDesiredWidth
,int nDesiredHeight
) = 0;
virtual bool Load( wxGDIImage* pImage
,int nId
,long lFlags
,int nDesiredWidth
,int nDesiredHeight
) = 0;
virtual bool Save( wxGDIImage* pImage
,const wxString& rName
,int lType
@@ -142,7 +148,7 @@ protected:
wxString m_sName;
wxString m_sExtension;
long m_lType;
};
}; // end of wxGDIImageHandler
// ----------------------------------------------------------------------------
// wxGDIImage: this class supports GDI image handlers which may be registered