Searched refs:GetIconIndex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dnotebook.cpp134 int GetIconIndex() const;
403 GetIconIndex() : -1);
435 int BookWidgetsPage::GetIconIndex() const function in class:BookWidgetsPage
483 GetIconIndex());
492 GetIconIndex());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.cpp147 int GetIconIndex(wxBookCtrlBase* bookCtrl) function
166 parent->AddPage( panel, RADIOBUTTONS_PAGE_NAME, false, GetIconIndex(parent) );
169 parent->AddPage( panel, VETO_PAGE_NAME, false, GetIconIndex(parent) );
172 parent->AddPage( panel, MAXIMIZED_BUTTON_PAGE_NAME, false, GetIconIndex(parent) );
175 parent->InsertPage( 0, panel, I_WAS_INSERTED_PAGE_NAME, false, GetIconIndex(parent) );
465 const int image = GetIconIndex(m_bookCtrl);
678 GetIconIndex(currBook));
696 GetIconIndex(currBook));
724 GetIconIndex(currBook)
750 GetIconIndex(currBoo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmimetype.h167 int GetIconIndex() const { return m_iconIndex; } function in class:wxFileTypeInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmimetype.cpp671 if (! ftInfo.GetIconFile().empty() ) ft->SetDefaultIcon (ftInfo.GetIconFile(), ftInfo.GetIconIndex() );

Completed in 124 milliseconds