wx.aui.AuiNotebookPage
A simple class which holds information about the notebook’s pages and their state.
Class Hierarchy
Inheritance diagram for class
AuiNotebookPage:
Properties Summary
active |
A public C++ attribute of type bool . |
bitmap |
A public C++ attribute of type Bitmap . |
caption |
A public C++ attribute of type string . |
rect |
A public C++ attribute of type Rect . |
tooltip |
A public C++ attribute of type string . |
window |
A public C++ attribute of type Window . |
Class API
-
class
wx.aui.
AuiNotebookPage
(object)
A simple class which holds information about the notebook’s pages and
their state.
Properties
-
active
A public C++ attribute of type bool
.
-
bitmap
A public C++ attribute of type Bitmap
.
-
caption
A public C++ attribute of type string
.
-
rect
A public C++ attribute of type Rect
.
-
tooltip
A public C++ attribute of type string
.
-
window
A public C++ attribute of type Window
.