Searched refs:imageId (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebook.h78 int imageId = wxNOT_FOUND);
85 int imageId = wxNOT_FOUND);
91 int imageId = wxNOT_FOUND);
98 int imageId = wxNOT_FOUND);
134 virtual bool SetPageImage(size_t n, int imageId);
178 int imageId = wxNOT_FOUND);
183 int imageId = wxNOT_FOUND);
187 int imageId = wxNOT_FOUND);
H A Dtoolbook.h69 virtual bool SetPageImage(size_t n, int imageId);
75 int imageId = -1);
H A Dchoicebk.h72 virtual bool SetPageImage(size_t n, int imageId);
78 int imageId = -1);
H A Dbookctrl.h132 virtual bool SetPageImage(size_t n, int imageId) = 0;
187 int imageId = -1)
190 return InsertPage(GetPageCount(), page, text, bSelect, imageId);
198 int imageId = -1) = 0;
H A Dlistbook.h73 virtual bool SetPageImage(size_t n, int imageId);
79 int imageId = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreebkg.cpp141 int imageId)
143 return DoInsertPage(pagePos, page, text, bSelect, imageId);
150 int imageId)
152 return DoInsertSubPage(pagePos, page, text, bSelect, imageId);
156 int imageId)
158 return DoInsertPage(m_treeIds.GetCount(), page, text, bSelect, imageId);
162 bool wxTreebook::AddSubPage(wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
164 return DoAddSubPage(page, text, bSelect, imageId);
172 int imageId)
177 if ( !wxBookCtrlBase::InsertPage(pagePos, page, text, bSelect, imageId) )
137 InsertPage(size_t pagePos, wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
146 InsertSubPage(size_t pagePos, wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
155 AddPage(wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
168 DoInsertPage(size_t pagePos, wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
225 DoAddSubPage(wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
243 DoInsertSubPage(size_t pagePos, wxTreebookPage *page, const wxString& text, bool bSelect, int imageId) argument
562 SetPageImage(size_t n, int imageId) argument
[all...]
H A Dtoolbkg.cpp211 bool wxToolbook::SetPageImage(size_t n, int imageId) argument
221 wxBitmap bitmap = GetImageList()->GetBitmap(imageId);
340 int imageId)
342 if ( !wxBookCtrlBase::InsertPage(n, page, text, bSelect, imageId) )
355 wxBitmap bitmap = GetImageList()->GetBitmap(imageId);
358 wxIcon icon = GetImageList()->GetIcon(imageId);
336 InsertPage(size_t n, wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
H A Dlistbkg.cpp244 bool wxListbook::SetPageImage(size_t n, int imageId) argument
246 return GetListView()->SetItemImage(n, imageId);
296 int imageId)
298 if ( !wxBookCtrlBase::InsertPage(n, page, text, bSelect, imageId) )
301 GetListView()->InsertItem(n, text, imageId);
292 InsertPage(size_t n, wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
H A Dchoicbkg.cpp187 bool wxChoicebook::SetPageImage(size_t WXUNUSED(n), int WXUNUSED(imageId))
233 int imageId)
235 if ( !wxBookCtrlBase::InsertPage(n, page, text, bSelect, imageId) )
229 InsertPage(size_t n, wxWindow *page, const wxString& text, bool bSelect, int imageId) argument
H A Ddirctrlg.cpp127 int imageId;
133 imageId = wxFileIconsTable::floppy;
135 imageId = wxFileIconsTable::removeable;
138 imageId = wxFileIconsTable::cdrom;
143 imageId = wxFileIconsTable::drive;
149 icon_ids.Add(imageId);
188 int imageId;
190 imageId = wxFileIconsTable::floppy;
192 imageId = wxFileIconsTable::cdrom;
195 imageId
650 AddSection(const wxString& path, const wxString& name, int imageId) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dnotebook.h33 void Create( wxNotebookPage *page , const wxString &text , bool selected , int imageId )
34 { m_page = page ; m_text = text ; m_selected = selected ; m_imageId = imageId ; }
130 int imageId = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dnotebook.h35 int imageId)
40 m_imageId = imageId;
135 int imageId = -1);
32 Create(wxNotebookPage *page, const wxString& text, bool selected, int imageId) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtabctrl.cpp134 bool wxTabCtrl::InsertItem(int item, const wxString& text, int imageId, void* data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dnotebook.h100 int imageId = -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtabctrl.cpp158 bool wxTabCtrl::InsertItem(int item, const wxString& text, int imageId, void* data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtabctrl.cpp151 bool wxTabCtrl::InsertItem(int item, const wxString& text, int imageId, void* data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dnotebook.h92 int imageId = -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dnotebook.h92 int imageId = -1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dnotebook.h99 int imageId = -1);
H A Dtabctrl.h110 bool InsertItem(int item, const wxString& text, int imageId = -1, void* data = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dnotebook.h93 int imageId = -1);
H A Dtabctrl.h108 bool InsertItem(int item, const wxString& text, int imageId = -1, void* data = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtabctrl.h108 bool InsertItem(int item, const wxString& text, int imageId = -1, void* data = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtabctrl.cpp285 bool wxTabCtrl::InsertItem(int item, const wxString& text, int imageId, void* data) argument
298 if (imageId != -1)
301 tcItem.iImage = imageId;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dnotebook.h112 int imageId = -1);

Completed in 96 milliseconds

123