Searched refs:imageList (Results 26 - 50 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtabctrl.h78 void SetImageList(wxImageList* imageList);
H A Dlistctrl.h223 void SetImageList(wxImageList *imageList, int which) ;
224 void AssignImageList(wxImageList *imageList, int which) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicbkg.cpp198 void wxChoicebook::SetImageList(wxImageList *imageList) argument
202 wxBookCtrlBase::SetImageList(imageList);
H A Dtoolbkg.cpp233 void wxToolbook::SetImageList(wxImageList *imageList) argument
235 wxBookCtrlBase::SetImageList(imageList);
H A Dlistctrl.cpp630 void SetImageList( wxImageList *imageList, int which );
1856 wxImageList *imageList; local
1859 imageList = m_owner->m_small_image_list;
1860 if ( imageList )
1862 imageList->GetSize(image, ix, iy);
1868 imageList = NULL;
1897 if ( imageList )
1899 imageList->Draw
3719 void wxListMainWindow::SetImageList( wxImageList *imageList, int which )
3726 if ((imageList)
[all...]
H A Dtreectlg.cpp2263 void wxGenericTreeCtrl::SetImageList(wxImageList *imageList) argument
2266 m_imageListNormal = imageList;
2275 if (imageList)
2279 void wxGenericTreeCtrl::SetStateImageList(wxImageList *imageList) argument
2282 m_imageListState = imageList;
2286 void wxGenericTreeCtrl::SetButtonsImageList(wxImageList *imageList) argument
2289 m_imageListButtons = imageList;
2299 void wxGenericTreeCtrl::AssignButtonsImageList(wxImageList *imageList) argument
2301 SetButtonsImageList(imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextformatdlg.h175 void SetImageList(wxImageList* imageList) { m_imageList = imageList; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebook.h139 virtual void SetImageList(wxImageList *imageList);
140 virtual void AssignImageList(wxImageList *imageList);
H A Dbookctrl.h122 virtual void SetImageList(wxImageList *imageList);
125 void AssignImageList(wxImageList *imageList);
H A Dlistbook.h83 virtual void SetImageList(wxImageList *imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.h124 void SetImageList( wxImageList *imageList, int which );
125 void AssignImageList( wxImageList *imageList, int which );
H A Dlistctrl.cpp632 void SetImageList( wxImageList *imageList, int which );
1850 wxImageList *imageList; local
1853 imageList = m_owner->m_small_image_list;
1854 if ( imageList )
1856 imageList->GetSize(image, ix, iy);
1862 imageList = NULL;
1891 if ( imageList )
1893 imageList->Draw
3678 void wxListMainWindow::SetImageList( wxImageList *imageList, int which )
3685 if ((imageList)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dlistctrl.h107 void SetImageList( wxImageList *imageList, int which );
108 void AssignImageList( wxImageList *imageList, int which );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dlistctrl.h100 void AssignImageList(wxImageList *imageList, int which);
196 void SetImageList(wxImageList *imageList, int which) ;
H A Dtreectrl.h204 wxDEPRECATED( void SetImageList(wxImageList *imageList, int which = wxIMAGE_LIST_NORMAL) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlistctrl.h239 void SetImageList(wxImageList *imageList, int which) ;
240 void AssignImageList(wxImageList *imageList, int which) ;
H A Dnotebook.h108 void SetImageList(wxImageList* imageList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtabctrl.cpp247 void wxTabCtrl::SetImageList(wxImageList* WXUNUSED(imageList))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp398 void wxListCtrl::SetImageList(wxImageList *imageList, int which) argument
402 void wxListCtrl::AssignImageList(wxImageList *imageList, int which) argument
H A Dnotebook.cpp222 void wxNotebook::SetImageList(wxImageList* imageList) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnotebook.cpp580 void wxNotebook::SetImageList(wxImageList* imageList) argument
582 wxNotebookBase::SetImageList(imageList);
584 if ( imageList )
586 (void) TabCtrl_SetImageList(GetHwnd(), GetHimagelistOf(imageList));
H A Dtreectrl.cpp891 void wxTreeCtrl::SetAnyImageList(wxImageList *imageList, int which) argument
895 imageList ? imageList->GetHIMAGELIST() : 0,
899 void wxTreeCtrl::SetImageList(wxImageList *imageList) argument
904 SetAnyImageList(m_imageListNormal = imageList, TVSIL_NORMAL);
908 void wxTreeCtrl::SetStateImageList(wxImageList *imageList) argument
911 SetAnyImageList(m_imageListState = imageList, TVSIL_STATE);
1595 void wxTreeCtrl::SetImageList(wxImageList *imageList, int) argument
1597 SetImageList(imageList);
H A Dlistctrl.cpp1256 void wxListCtrl::SetImageList(wxImageList *imageList, int which) argument
1263 m_imageListNormal = imageList;
1270 m_imageListSmall = imageList;
1277 m_imageListState = imageList;
1280 (void) ListView_SetImageList(GetHwnd(), (HIMAGELIST) imageList ? imageList->GetHIMAGELIST() : 0, flags);
1283 void wxListCtrl::AssignImageList(wxImageList *imageList, int which) argument
1285 SetImageList(imageList, which);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dlistctrl.h301 void SetImageList(wxImageList *imageList, int which) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtreebook.tex123 \func{void}{AssignImageList}{\param{wxImageList* }{imageList}}
252 \func{void}{SetImageList}{\param{wxImageList* }{imageList}}

Completed in 245 milliseconds

123