X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3e016e45e2e64b6fbf1eecfdd07448044995b93..0597e7f977c87d107e24bf3e95ebfa3d60efc249:/docs/latex/wx/auinotebook.tex diff --git a/docs/latex/wx/auinotebook.tex b/docs/latex/wx/auinotebook.tex index bfa0b37099..b7d3ba5921 100644 --- a/docs/latex/wx/auinotebook.tex +++ b/docs/latex/wx/auinotebook.tex @@ -103,7 +103,8 @@ Returns the number of pages in the notebook. \constfunc{int}{GetPageIndex}{\param{wxWindow* }{page\_wnd}} -Returns the page index for the specified window. If the window is not found in the notebook, wxNOT_FOUND is returned. +Returns the page index for the specified window. If the window is not found in +the notebook, wxNOT\_FOUND is returned. \membersection{wxAuiNotebook::GetPageText}\label{wxauinotebookgetpagetext} @@ -175,3 +176,14 @@ instruct the control to use dynamic tab height, which is the default behaviour. Under the default behaviour, when a tab with a large bitmap is added, the tab control's height will automatically increase to accommodate the larger bitmap. +\func{void}{Split}{\param{size\_t }{page}, \param{int }{direction}} + +Split performs a split operation programmatically. The argument \arg{page} indicates +the page that will be split off. This page will also become the active page after the +split. The \arg{direction} argument specifies where the pane should go, it should be one +of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT. + + + + +