Searched refs:iconIndex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgdiimage.cpp406 int iconIndex = 0; local
411 iconIndex = wxAtoi(strIconIndex);
426 if ( ::ExtractIconEx(nameReal, iconIndex, &hicon, NULL, 1) == 1)
430 else if ( ::ExtractIconEx(nameReal, iconIndex, NULL, &hicon, 1) == 1)
441 if ( !::ExtractIconEx(nameReal, iconIndex, &hicon, NULL, 1) )
454 if ( !::ExtractIconEx(nameReal, iconIndex, NULL, &hicon, 1) )
467 hicon = ::ExtractIcon(wxGetInstance(), nameReal, iconIndex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmimetype.h143 void SetIcon(const wxString& iconFile, int iconIndex = 0)
146 m_iconIndex = iconIndex;

Completed in 74 milliseconds