, long lType
)
{
+ HPS hPs;
+
UnRef();
wxBitmapHandler* pHandler = wxDynamicCast( FindHandler(lType)
return(pHandler->LoadFile( this
,rFilename
+ ,hPs
,lType
, -1
, -1
bool wxBitmapHandler::Load(
wxGDIImage* pImage
, const wxString& rName
+, HPS hPs
, long lFlags
, int nWidth
, int nHeight
return(pBitmap ? LoadFile( pBitmap
,rName
+ ,hPs
,lFlags
,nWidth
,nHeight
bool wxBitmapHandler::LoadFile(
wxBitmap* WXUNUSED(pBitmap)
, const wxString& WXUNUSED(rName)
+, HPS WXUNUSED(hPs)
, long WXUNUSED(lType)
, int WXUNUSED(nDesiredWidth)
, int WXUNUSED(nDesiredHeight)
)
{
wxGDIImageHandler* pHandler = FindHandler(lType);
+ HPS hPs = NULLHANDLE;
UnRef();
m_refData = new wxIconRefData;
if (pHandler)
return(pHandler->Load( this
,rFilename
+ ,hPs
,lType
,nDesiredWidth
,nDesiredHeight