Searched refs:imageList (Results 1 - 25 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h82 virtual void SetImageList(wxImageList *imageList) = 0;
83 virtual void SetStateImageList(wxImageList *imageList) = 0;
84 void AssignImageList(wxImageList *imageList) argument
86 SetImageList(imageList);
89 void AssignStateImageList(wxImageList *imageList) argument
91 SetStateImageList(imageList);
H A Dtoolbook.h78 virtual void SetImageList(wxImageList *imageList);
H A Dchoicebk.h81 virtual void SetImageList(wxImageList *imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h93 void SetImageList(wxImageList *imageList);
94 void SetStateImageList(wxImageList *imageList);
95 void AssignImageList(wxImageList *imageList);
96 void AssignStateImageList(wxImageList *imageList);
366 void SetAnyImageList(wxImageList *imageList, int which);
H A Dnotebook.h103 void SetImageList(wxImageList* imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtabctrl.cpp146 void wxTabCtrl::SetImageList(wxImageList* imageList) argument
H A Dtreectrl.cpp243 void wxTreeCtrl::SetAnyImageList(wxImageList *imageList, int which) argument
247 void wxTreeCtrl::SetImageList(wxImageList *imageList) argument
251 void wxTreeCtrl::SetStateImageList(wxImageList *imageList) argument
255 void wxTreeCtrl::AssignImageList(wxImageList *imageList) argument
259 void wxTreeCtrl::AssignStateImageList(wxImageList *imageList) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtreectrl.h181 void SetImageList(wxImageList *imageList);
182 void SetStateImageList(wxImageList *imageList);
350 wxDEPRECATED( void SetImageList(wxImageList *imageList, int) ) argument
351 { SetImageList(imageList); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtreectrl.h179 void SetImageList(wxImageList *imageList);
180 void SetStateImageList(wxImageList *imageList);
348 wxDEPRECATED( void SetImageList(wxImageList *imageList, int) ) argument
349 { SetImageList(imageList); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtabctrl.cpp170 void wxTabCtrl::SetImageList(wxImageList* imageList) argument
H A Dtreectrl.cpp90 void wxTreeCtrl::SetImageList(wxImageList *imageList, int which) argument
93 m_imageListNormal = imageList;
95 m_imageListState = imageList;
H A Dlistctrl_mac.cpp1045 wxImageList* imageList = GetImageList(wxIMAGE_LIST_SMALL); local
1046 if (imageList && imageList->GetImageCount() > 0 )
1048 wxBitmap bmp = imageList->GetBitmap( item.GetImage() );
1757 void wxListCtrl::SetImageList(wxImageList *imageList, int which) argument
1761 m_genericImpl->SetImageList(imageList, which);
1768 m_imageListNormal = imageList;
1774 m_imageListSmall = imageList;
1780 m_imageListState = imageList;
1785 void wxListCtrl::AssignImageList(wxImageList *imageList, in argument
2247 wxImageList* imageList = GetImageList(wxIMAGE_LIST_SMALL); local
2957 wxImageList* imageList = list->GetImageList(wxIMAGE_LIST_SMALL); local
3097 wxImageList* imageList = list->GetImageList(wxIMAGE_LIST_SMALL); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtabctrl.cpp165 void wxTabCtrl::SetImageList(wxImageList* imageList) argument
H A Dtreectrl.cpp88 void wxTreeCtrl::SetImageList(wxImageList *imageList, int which) argument
92 m_imageListNormal = imageList;
96 m_imageListState = imageList;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dbookctrl.cpp104 void wxBookCtrlBase::SetImageList(wxImageList *imageList) argument
114 m_imageList = imageList;
117 void wxBookCtrlBase::AssignImageList(wxImageList* imageList) argument
119 SetImageList(imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtabctrl.h76 void SetImageList(wxImageList* imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h87 virtual void SetImageList(wxImageList *imageList);
88 virtual void SetStateImageList(wxImageList *imageList);
197 wxDEPRECATED( void SetImageList(wxImageList *imageList, int) );
243 void SetAnyImageList(wxImageList *imageList, int which);
H A Dtabctrl.h78 void SetImageList(wxImageList* imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtabctrl.h76 void SetImageList(wxImageList* imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistbkg.cpp253 void wxListbook::SetImageList(wxImageList *imageList) argument
255 GetListView()->SetImageList(imageList, wxIMAGE_LIST_NORMAL);
257 wxBookCtrlBase::SetImageList(imageList);
H A Dtreebkg.cpp678 void wxTreebook::SetImageList(wxImageList *imageList) argument
680 wxBookCtrlBase::SetImageList(imageList);
681 GetTreeCtrl()->SetImageList(imageList);
684 void wxTreebook::AssignImageList(wxImageList *imageList) argument
686 wxBookCtrlBase::AssignImageList(imageList);
687 GetTreeCtrl()->SetImageList(imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp461 wxImageList *imageList = new wxImageList(32, 32); local
463 imageList->Add(wxBitmap(sample_xpm));
465 wxImageList *imageList = NULL;
508 , imageList);
541 m_book->AssignImageList(imageList);
551 books[cat]->SetImageList(imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtabctrl.cpp314 void wxTabCtrl::SetImageList(wxImageList* imageList) argument
316 m_imageList = imageList;
317 (void) TabCtrl_SetImageList( (HWND) GetHWND(), (HIMAGELIST) imageList->GetHIMAGELIST() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dtreectlg.h78 virtual void SetImageList(wxImageList *imageList);
79 virtual void SetStateImageList(wxImageList *imageList);
175 void SetButtonsImageList(wxImageList *imageList);
176 void AssignButtonsImageList(wxImageList *imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtabctrl.h78 void SetImageList(wxImageList* imageList);

Completed in 331 milliseconds

123