AGW Logo

agw_title SwitcherDialog

SwitcherDialog shows a MultiColumnListCtrl with a list of panes and tabs for the user to choose. Ctrl + Tab cycles through them.

hierarchy Inheritance Diagram

Inheritance diagram for: SwitcherDialog

Inheritance diagram of SwitcherDialog


API Class API

class SwitcherDialog(wx.Dialog)[source]

SwitcherDialog shows a MultiColumnListCtrl with a list of panes and tabs for the user to choose. Ctrl + Tab cycles through them.



__init__(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)[source]

Default class constructor.



ColourToHexString(col)[source]


GetExtraNavigationKey()[source]


GetModifierKey()[source]


GetSelection()[source]


OnActivate(event)[source]


OnCloseWindow(event)[source]


OnPaint(event)[source]


OnSelectItem(event)[source]


SetBorderColour(colour)[source]


SetExtraNavigationKey(keyCode)[source]


SetModifierKey(modifierKey)[source]


ShowDescription(i)[source]
Tree

Table Of Contents

Previous topic

MultiColumnListCtrl

Next topic

SwitcherItem