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.
Methods
-
__init__(self, item=None)
Default class constructor.
-
BreakColumn(self, breakCol=True) → Self: self._breakColumn = breakCol return self
-
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) → Self: self._bitmap = bitmap return self
-
SetColPos(self, pos) → Self: self._colPos = pos return self
-
SetDescription(self, descr) → Self: self._description = descr return self
-
SetFont(self, font) → Self: self._font = font return self
-
SetId(self, id) → Self: self._id = id return self
-
SetIsGroup(self, isGroup) → Self: self._isGroup = isGroup return self
-
SetName(self, name) → Self: self._name = name return self
-
SetRect(self, rect) → Self: self._rect = rect return self
-
SetRowPos(self, pos) → Self: self._rowPos = pos return self
-
SetTextColour(self, colour) → Self: self._textColour = colour return self
-
SetTitle(self, title) → Self: self._title = title return self
-
SetWindow(self, win) → Self: self._window = win return self