Searched refs:imgList (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_choicbk.cpp78 wxImageList *imgList = m_choicebook->GetImageList(); local
79 if ( imgList == NULL )
81 imgList = new wxImageList( bmp.GetWidth(), bmp.GetHeight() );
82 m_choicebook->AssignImageList( imgList );
84 int imgIndex = imgList->Add(bmp);
H A Dxh_listbk.cpp78 wxImageList *imgList = m_listbook->GetImageList(); local
79 if ( imgList == NULL )
81 imgList = new wxImageList( bmp.GetWidth(), bmp.GetHeight() );
82 m_listbook->AssignImageList( imgList );
84 int imgIndex = imgList->Add(bmp);
H A Dxh_notbk.cpp82 wxImageList *imgList = m_notebook->GetImageList(); local
83 if ( imgList == NULL )
85 imgList = new wxImageList( bmp.GetWidth(), bmp.GetHeight() );
86 m_notebook->AssignImageList( imgList );
88 int imgIndex = imgList->Add(bmp);
H A Dxh_propdlg.cpp81 wxImageList *imgList = bookctrl->GetImageList(); local
82 if (imgList == NULL)
84 imgList = new wxImageList(bmp.GetWidth(), bmp.GetHeight());
85 bookctrl->AssignImageList(imgList);
87 int imgIndex = imgList->Add(bmp);
H A Dxh_treebk.cpp110 wxImageList *imgList = m_tbk->GetImageList(); local
111 if ( imgList == NULL )
113 imgList = new wxImageList( bmp.GetWidth(), bmp.GetHeight() );
114 m_tbk->AssignImageList( imgList );
116 imgIndex = imgList->Add(bmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleListCtrl.cpp72 static wxImageList imgList(16, 16, true, 0);
83 if (imgList.GetImageCount() == 0) {
84 imgList.Add(wxBitmap(sort_dn_xpm));
85 imgList.Add(wxBitmap(sort_up_xpm));
86 imgList.Add(wxBitmap(sort_dnx2_xpm));
87 imgList.Add(wxBitmap(sort_upx2_xpm));
93 SetImageList(&imgList, wxIMAGE_LIST_SMALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1093 wxImageList* imgList; member in class:ListBoxImpl
1125 imgList(NULL), imgTypeMap(NULL)
1130 if (imgList) {
1131 delete imgList;
1132 imgList = NULL;
1152 if (imgList != NULL)
1153 GETLB(id)->SetImageList(imgList, wxIMAGE_LIST_SMALL);
1297 if (! imgList) {
1299 imgList = new wxImageList(bmp.GetWidth(), bmp.GetHeight(), true);
1303 int idx = imgList
[all...]

Completed in 115 milliseconds