wx.lib.agw.aui.aui_switcherdialog.SwitcherItem
An object containing information about one item.
Class Hierarchy

Inheritance diagram for class
SwitcherItem:
Methods Summary
Class API
-
class SwitcherItem(object)
An object containing information about one item.
-
__init__(self, item=None)
Default class constructor.
-
BreakColumn(self, breakCol=True)
-
Copy(self, item)
Copy operator between 2 SwitcherItem
instances.
- Parameters
item – another instance of SwitcherItem
.
-
GetBitmap(self)
-
GetBreakColumn(self)
-
GetColPos(self)
-
GetDescription(self)
-
GetFont(self)
-
GetId(self)
-
GetIsGroup(self)
-
GetName(self)
-
GetRect(self)
-
GetRowPos(self)
-
GetTextColour(self)
-
GetTitle(self)
-
GetWindow(self)
-
SetBitmap(self, bitmap)
-
SetColPos(self, pos)
-
SetDescription(self, descr)
-
SetFont(self, font)
-
SetId(self, id)
-
SetIsGroup(self, isGroup)
-
SetName(self, name)
-
SetRect(self, rect)
-
SetRowPos(self, pos)
-
SetTextColour(self, colour)
-
SetTitle(self, title)
-
SetWindow(self, win)