wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog¶
SwitcherDialog shows a Dialog
with a list of panes and tabs for the user to choose.
Ctrl
+ Tab
cycles through them.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Class API¶
- class SwitcherDialog(wx.Dialog)¶
SwitcherDialog shows a
Dialog
with a list of panes and tabs for the user to choose.Ctrl
+Tab
cycles through them.
Methods¶
- __init__(self, items, parent, aui_manager, id=wx.ID_ANY, title=_('Pane Switcher'), pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.STAY_ON_TOP | wx.DIALOG_NO_PARENT | wx.BORDER_SIMPLE)¶
Default class constructor.
- ColourToHexString(self, col)¶
- GetModifierKey(self)¶
- GetSelection(self)¶
- OnActivate(self, event)¶
- OnCloseWindow(self, event)¶
- OnPaint(self, event)¶
- OnSelectItem(self, event)¶
- SetBorderColour(self, colour)¶
- SetModifierKey(self, modifierKey)¶
- ShowDescription(self, i)¶