Searched refs:DeletePage (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleNotebook.cpp63 bool CMuleNotebook::DeletePage(int nPage) function in class:CMuleNotebook
66 wxT("Trying to delete invalid page-index in CMuleNotebook::DeletePage"));
74 bool result = wxNotebook::DeletePage( nPage );
111 result &= DeletePage( 0 );
179 DeletePage( GetSelection() );
195 DeletePage( i );
217 DeletePage(tab);
H A DMuleNotebook.h83 virtual bool DeletePage(int nPage);
H A DChatWnd.cpp125 chatselector->DeletePage(chatselector->GetSelection());
141 chatselector->DeletePage( i );
H A DChatSelector.cpp309 DeletePage(usedtab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dnotebook.h98 bool DeletePage(size_t nPage);
99 bool DeletePage(wxNotebookPage* page);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dnotebook.h89 bool DeletePage(size_t nPage);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnotebook.cpp279 bool wxNotebook::DeletePage(size_t nPage) function in class:wxNotebook
316 bool wxNotebook::DeletePage(wxNotebookPage* page) function in class:wxNotebook
320 return DeletePage(pagePos);
H A Dtreebkg.cpp278 bool wxTreebook::DeletePage(size_t pagePos) function in class:wxTreebook
312 // DeletePage() when we return
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebook.h103 virtual bool DeletePage(size_t pos);
H A Dbookctrl.h166 virtual bool DeletePage(size_t n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dbookctrl.cpp402 bool wxBookCtrlBase::DeletePage(size_t nPage) function in class:wxBookCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauinotebook.tex80 \membersection{wxAuiNotebook::DeletePage}\label{wxauinotebookdeletepage}
82 \func{bool}{DeletePage}{\param{size\_t }{page}}
H A Dtreebook.tex170 \membersection{wxTreebook::DeletePage}\label{wxtreebookdeletepage}
172 \func{bool}{DeletePage}{\param{size\_t }{pagePos}}
H A Dnotebook.tex201 \membersection{wxNotebook::DeletePage}\label{wxnotebookdeletepage}
203 \func{bool}{DeletePage}{\param{size\_t}{ page}}
H A Dtevent.tex234 \twocolitem{\helpref{wxNotebook::DeletePage}{wxnotebookdeletepage}}{No event-free alternatives}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dnotebook.cpp500 m_book->DeletePage(pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mediaplayer/
H A Dmediaplayer.cpp1071 m_notebook->DeletePage(sel);
1141 m_notebook->DeletePage(sel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.cpp783 currBook->DeletePage(sel);
798 currBook->DeletePage(page - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dtabmdi.cpp502 return pClientWindow->DeletePage(pos);
H A Dauibook.cpp3026 DeletePage(0);
3273 // DeletePage() removes a tab from the multi-notebook,
3275 bool wxAuiNotebook::DeletePage(size_t page_idx) function in class:wxAuiNotebook
4432 DeletePage(main_idx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp561 DeletePage( m_pagesData.GetCount()-1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp599 DeletePage( m_pagesData.GetCount()-1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dauibook.h539 bool DeletePage(size_t page);

Completed in 293 milliseconds