.. 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.analogclock.setup .. highlight:: python .. _wx.lib.analogclock.setup.StylesPanel: ========================================================================================================================================== |phoenix_title| **wx.lib.analogclock.setup.StylesPanel** ========================================================================================================================================== Panel() Panel(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=TAB_TRAVERSAL, name=PanelNameStr) A panel is a window on which controls are placed. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class StylesPanel:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.analogclock.lib_setup.buttontreectrlpanel.ButtonTreeCtrlPanel` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.analogclock.setup.StylesPanel.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.analogclock.setup.StylesPanel.OnChanged` :meth:`~wx.lib.analogclock.setup.StylesPanel.UpdateControls` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: StylesPanel(bt.ButtonTreeCtrlPanel) Panel() Panel(parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=TAB_TRAVERSAL, name=PanelNameStr) A panel is a window on which controls are placed. .. method:: __init__(self, parent) Initialize self. See help(type(self)) for accurate signature. .. method:: OnChanged(self, evt) .. method:: UpdateControls(self)