.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.aui.aui_switcherdialog .. highlight:: python .. _wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog** ========================================================================================================================================== SwitcherDialog shows a :class:`Dialog` with a list of panes and tabs for the user to choose. ``Ctrl`` + ``Tab`` cycles through them. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class SwitcherDialog:
| |super_classes| Known Superclasses ================================== :class:`wx.Dialog` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.__init__` Default class constructor. :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.ColourToHexString` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.GetExtraNavigationKey` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.GetModifierKey` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.GetSelection` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.OnActivate` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.OnCloseWindow` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.OnPaint` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.OnSelectItem` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.SetBorderColour` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.SetExtraNavigationKey` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.SetModifierKey` :meth:`~wx.lib.agw.aui.aui_switcherdialog.SwitcherDialog.ShowDescription` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SwitcherDialog(wx.Dialog) SwitcherDialog shows a :class:`Dialog` with a list of panes and tabs for the user to choose. ``Ctrl`` + ``Tab`` cycles through them. .. method:: __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. .. method:: ColourToHexString(self, col) .. method:: GetExtraNavigationKey(self) .. method:: GetModifierKey(self) .. method:: GetSelection(self) .. method:: OnActivate(self, event) .. method:: OnCloseWindow(self, event) .. method:: OnPaint(self, event) .. method:: OnSelectItem(self, event) .. method:: SetBorderColour(self, colour) .. method:: SetExtraNavigationKey(self, keyCode) .. method:: SetModifierKey(self, modifierKey) .. method:: ShowDescription(self, i)