Searched refs:InsertPage (Results 26 - 36 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebook.h74 virtual bool InsertPage(size_t pos,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibook.h389 bool InsertPage(wxWindow* page, const wxAuiNotebookPage& info, size_t idx);
533 bool InsertPage(size_t page_idx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dbookctrl.cpp382 wxBookCtrlBase::InsertPage(size_t nPage, function in class:wxBookCtrlBase
389 _T("NULL page in wxBookCtrlBase::InsertPage()") );
391 _T("invalid page index in wxBookCtrlBase::InsertPage()") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.cpp175 parent->InsertPage( 0, panel, I_WAS_INSERTED_PAGE_NAME, false, GetIconIndex(parent) );
742 currBook->InsertPage(selPos,
765 currBook->InsertPage( 0, panel,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dnotebook.cpp491 m_book->InsertPage(pos, CreateNewPage(), _T("Inserted page"), false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibook.cpp1534 bool wxAuiTabContainer::InsertPage(wxWindow* page, function in class:wxAuiTabContainer
1570 InsertPage(page, p, new_idx);
3212 return InsertPage(GetPageCount(), page, caption, select, bitmap);
3215 bool wxAuiNotebook::InsertPage(size_t page_idx, function in class:wxAuiNotebook
3238 m_tabs.InsertPage(page, info, page_idx);
3251 active_tabctrl->InsertPage(page, info, page_idx);
3264 wxASSERT_MSG(idx != -1, wxT("Invalid Page index returned on wxAuiNotebook::InsertPage()"));
3761 dest_tabs->InsertPage(page_info.window, page_info, 0);
4065 dest_tabs->InsertPage(page_info.window, page_info, insert_idx);
4162 dest_tabs->InsertPage(page_inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnotebook.cpp410 bool wxNotebook::InsertPage(size_t nPage, function in class:wxNotebook
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp598 bool wxNotebook::InsertPage( size_t position, function in class:wxNotebook
610 _T("invalid page index in wxNotebookPage::InsertPage()") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp641 bool wxNotebook::InsertPage( size_t position, function in class:wxNotebook
653 _T("invalid page index in wxNotebookPage::InsertPage()") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnotebook.cpp760 bool wxNotebook::InsertPage(size_t nPage, function in class:wxNotebook
766 wxCHECK_MSG( pPage != NULL, false, _T("NULL page in wxNotebook::InsertPage") );
768 _T("invalid index in wxNotebook::InsertPage") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp311 bool wxNotebook::InsertPage(size_t nPage, function in class:wxNotebook
319 _T("invalid notebook page in InsertPage()") );

Completed in 190 milliseconds

12