Added (dummy) handler for loading bitmap from file instead of resource.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -162,6 +162,9 @@ public:
|
||||
virtual bool LoadFile( int nId
|
||||
,long lType = wxBITMAP_TYPE_BMP_RESOURCE
|
||||
);
|
||||
virtual bool LoadFile( const wxString& rName
|
||||
,long lType = wxBITMAP_TYPE_XPM
|
||||
);
|
||||
virtual bool SaveFile( const wxString& rName
|
||||
,int lType
|
||||
,const wxPalette* pCmap = NULL
|
||||
@@ -312,6 +315,12 @@ public:
|
||||
,int nDesiredWidth
|
||||
,int nDesiredHeight
|
||||
);
|
||||
virtual bool LoadFile( wxBitmap* pBitmap
|
||||
,const wxString& rName
|
||||
,long lFlags
|
||||
,int nDesiredWidth
|
||||
,int nDesiredHeight
|
||||
);
|
||||
virtual bool SaveFile( wxBitmap* pBitmap
|
||||
,const wxString& rName
|
||||
,int lType
|
||||
|
Reference in New Issue
Block a user