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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dnotebook.h96 bool InsertPage( size_t position,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dnotebook.h88 bool InsertPage( size_t position,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dnotebook.h88 bool InsertPage( size_t position,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dnotebook.h95 bool InsertPage(size_t nPage,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dnotebook.h89 bool InsertPage(size_t nPage,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dnotebook.h140 bool InsertPage( size_t nPage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtoolbook.h71 virtual bool InsertPage(size_t n,
H A Dchoicebk.h74 virtual bool InsertPage(size_t n,
H A Dbookctrl.h190 return InsertPage(GetPageCount(), page, text, bSelect, imageId);
194 virtual bool InsertPage(size_t n,
264 // Should we accept NULL page pointers in Add/InsertPage()?
H A Dlistbook.h75 virtual bool InsertPage(size_t n,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dnotebook.h108 bool InsertPage(size_t nPage,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dnotebook.h126 bool InsertPage(size_t nPage,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicbkg.cpp229 wxChoicebook::InsertPage(size_t n, function in class:wxChoicebook
235 if ( !wxBookCtrlBase::InsertPage(n, page, text, bSelect, imageId) )
H A Dlistbkg.cpp292 wxListbook::InsertPage(size_t n, function in class:wxListbook
298 if ( !wxBookCtrlBase::InsertPage(n, page, text, bSelect, imageId) )
H A Dtoolbkg.cpp336 bool wxToolbook::InsertPage(size_t n, function in class:wxToolbook
342 if ( !wxBookCtrlBase::InsertPage(n, page, text, bSelect, imageId) )
H A Dtreebkg.cpp137 bool wxTreebook::InsertPage(size_t pagePos, function in class:wxTreebook
177 if ( !wxBookCtrlBase::InsertPage(pagePos, page, text, bSelect, imageId) )
258 if ( !wxBookCtrlBase::InsertPage(newPos, page, text, bSelect, imageId) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dnotebook.h86 virtual bool InsertPage(size_t nPage,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dnotebook.h131 bool InsertPage(size_t nPage,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauinotebook.tex142 \membersection{wxAuiNotebook::InsertPage}\label{wxauinotebookinsertpage}
144 \func{bool}{InsertPage}{\param{size\_t }{page\_idx}, \param{wxWindow* }{page}, \param{const wxString\& }{caption}, \param{bool }{select = false}, \param{const wxBitmap\& }{bitmap = wxNullBitmap}}
146 InsertPage() is similar to AddPage, but allows the ability to specify the insert location.
H A Dtreebook.tex20 \helpref{InsertPage}{wxtreebookinsertpage},
224 \membersection{wxTreebook::InsertPage}\label{wxtreebookinsertpage}
226 \func{bool}{InsertPage}{\param{size\_t }{pagePos}, \param{wxWindow* }{page}, \param{const wxString\& }{text}, \param{bool }{bSelect = false}, \param{int }{imageId = wxNOT\_FOUND}}
H A Dnotebook.tex5 To use the class, create a wxNotebook object and call \helpref{AddPage}{wxnotebookaddpage} or \helpref{InsertPage}{wxnotebookinsertpage},
148 \helpref{wxNotebook::InsertPage}{wxnotebookinsertpage}
313 \membersection{wxNotebook::InsertPage}\label{wxnotebookinsertpage}
315 \func{bool}{InsertPage}{\param{size\_t}{ index}, \param{wxNotebookPage*}{ page},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dnotebmac.cpp273 bool wxNotebook::InsertPage(size_t nPage, function in class:wxNotebook
279 if ( !wxNotebookBase::InsertPage( nPage, pPage, strText, bSelect, imageId ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp378 bool wxNotebook::InsertPage(size_t nPage, function in class:wxNotebook
384 if ( !wxNotebookBase::InsertPage(nPage, pPage, strText, bSelect, imageId) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dnotebook.cpp491 return InsertPage( GetPageCount()
502 bool wxNotebook::InsertPage ( size_t nPage, function in class:wxNotebook
673 } // end of wxNotebook::InsertPage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dnotebook.cpp268 bool wxNotebook::InsertPage(size_t nPage, function in class:wxNotebook

Completed in 280 milliseconds

12