phoenix_title 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 Class Hierarchy

Inheritance diagram for class SwitcherDialog:

super_classes Known Superclasses

wx.Dialog


method_summary Methods Summary

__init__

Default class constructor.

ColourToHexString

GetExtraNavigationKey

GetModifierKey

GetSelection

OnActivate

OnCloseWindow

OnPaint

OnSelectItem

SetBorderColour

SetExtraNavigationKey

SetModifierKey

ShowDescription


api 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.

__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)
GetExtraNavigationKey(self)
GetModifierKey(self)
GetSelection(self)
OnActivate(self, event)
OnCloseWindow(self, event)
OnPaint(self, event)
OnSelectItem(self, event)
SetBorderColour(self, colour)
SetExtraNavigationKey(self, keyCode)
SetModifierKey(self, modifierKey)
ShowDescription(self, i)