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 |
wx.aui.
AuiTabContainer
(object)¶Possible constructors:
AuiTabContainer()
AuiTabContainer is a class which contains information about each tab.
__init__
(self)¶Default constructor.
AddButton
(self, id, location, normalBitmap=BitmapBundle(), disabledBitmap=BitmapBundle())¶id (int) –
location (int) –
normalBitmap (wx.BitmapBundle) –
disabledBitmap (wx.BitmapBundle) –
AddPage
(self, page, info)¶page (wx.Window) –
info (wx.aui.AuiNotebookPage) –
bool
ButtonHitTest
(self, x, y, hit)¶x (int) –
y (int) –
hit (AuiTabContainerButton) –
bool
DoShowHide
(self)¶GetActivePage
(self)¶int
GetArtProvider
(self)¶GetFlags
(self)¶int
GetPage
(self, idx)¶idx (int) –
GetPageCount
(self)¶int
GetPages
(self)¶AuiNotebookPageArray
GetTabOffset
(self)¶int
GetWindowFromIdx
(self, idx)¶idx (int) –
Window
InsertPage
(self, page, info, idx)¶page (wx.Window) –
info (wx.aui.AuiNotebookPage) –
idx (int) –
bool
IsTabVisible
(self, tabPage, tabOffset, dc, wnd)¶RemoveButton
(self, id)¶id (int) –
SetActivePage
(self, *args, **kw)¶SetActivePage (self, page)
page (wx.Window) –
bool
SetActivePage (self, page)
page (int) –
bool
SetArtProvider
(self, art)¶art (wx.aui.AuiTabArt) –
SetFlags
(self, flags)¶flags (int) –
SetNoneActive
(self)¶SetTabOffset
(self, offset)¶offset (int) –
ActivePage
¶See GetActivePage
and SetActivePage
ArtProvider
¶See GetArtProvider
and SetArtProvider
PageCount
¶See GetPageCount
TabOffset
¶See GetTabOffset
and SetTabOffset