wx.aui.AuiNotebookPage¶
Holds information about a page in wx.aui.AuiNotebook.
An object of this class is notably passed to wx.aui.AuiTabArt.DrawTab and is used by it to render the pages tab accordingly.
Class Hierarchy¶
Properties Summary¶
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
|
A public C++ attribute of type |
Class API¶
- class wx.aui.AuiNotebookPage(object)¶
Holds information about a page in AuiNotebook.
Properties¶
- active¶
A public C++ attribute of type
bool. True if the page is the currently selected page.
- bitmap¶
A public C++ attribute of type
BitmapBundle. Bitmap shown in the tab if valid.
- caption¶
A public C++ attribute of type
string. Text displayed on the tab.
- tooltip¶
A public C++ attribute of type
string. Tooltip displayed when hovering over tab title.