wx.aui.AuiTabContainer is a class which contains information about each tab.
It also can render an entire tab control to a specified DC. It’s not a window class itself, because this code will be used by the wx.aui.AuiNotebook, where it is disadvantageous to have separate windows for each tab control in the case of “docked tabs”.
A derived class, AuiTabCtrl, is an actual wx.Window - derived window which can be used as a tab control in the normal sense.
Default constructor. |
|
See |
|
See |
|
See |
|
See |
|
See |
Possible constructors:
AuiTabContainer() -> None
AuiTabContainer is a class which contains information about each tab.
Default constructor.
None
id (int)
location (int)
normalBitmap (wx.BitmapBundle)
disabledBitmap (wx.BitmapBundle)
None
page (wx.Window)
info (wx.aui.AuiNotebookPage)
bool
x (int)
y (int)
hit (AuiTabContainerButton)
bool
None
int
int
idx (int)
int
AuiNotebookPageArray
int
idx (int)
Window
page (wx.Window)
info (wx.aui.AuiNotebookPage)
idx (int)
bool
id (int)
None
SetActivePage (self, page)
page (wx.Window)
bool
SetActivePage (self, page)
page (int)
bool
art (wx.aui.AuiTabArt)
None
flags (int)
None
None
offset (int)
None
See GetActivePage
and SetActivePage
See GetArtProvider
and SetArtProvider
See GetPageCount
See GetTabOffset
and SetTabOffset