Added wxAuiNotebook::GetPageText, GetPageBitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -87,6 +87,12 @@ Returns the associated art provider.
|
||||
|
||||
Returns the page specified by the given index.
|
||||
|
||||
\membersection{wxAuiNotebook::GetPageBitmap}\label{wxauinotebookgetpagebitmap}
|
||||
|
||||
\constfunc{wxBitmap}{GetPageBitmap}{\param{size\_t }{page}}
|
||||
|
||||
Returns the tab bitmap for the page.
|
||||
|
||||
\membersection{wxAuiNotebook::GetPageCount}\label{wxauinotebookgetpagecount}
|
||||
|
||||
\constfunc{size\_t}{GetPageCount}{\void}
|
||||
@@ -99,6 +105,12 @@ Returns the number of pages in the notebook.
|
||||
|
||||
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}
|
||||
|
||||
\constfunc{wxString}{GetPageText}{\param{size\_t }{page}}
|
||||
|
||||
Returns the tab label for the page.
|
||||
|
||||
\membersection{wxAuiNotebook::GetSelection}\label{wxauinotebookgetselection}
|
||||
|
||||
\constfunc{int}{GetSelection}{\void}
|
||||
|
Reference in New Issue
Block a user