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¶
Inheritance diagram for class AuiNotebookPage:
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¶Holds information about a page in AuiNotebook.
A public C++ attribute of type bool. True if the page is the currently selected page.
A public C++ attribute of type BitmapBundle . Bitmap shown in the tab if valid.
A public C++ attribute of type string. Text displayed on the tab.
A public C++ attribute of type string. Tooltip displayed when hovering over tab title.