\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}
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}}
+\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