.. 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._PageBase: ========================================================================================================================================== |phoenix_title| **wx.lib.analogclock.setup._PageBase** ========================================================================================================================================== Panel() -> None Panel(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=TAB_TRAVERSAL, name: str=PanelNameStr) -> None A panel is a window on which controls are placed. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class _PageBase:
| |sub_classes| Known Subclasses ============================== :class:`wx.lib.analogclock.setup.HandsPanel`, :class:`wx.lib.analogclock.setup.MiscPanel`, :class:`wx.lib.analogclock.setup.TicksPanel` | |super_classes| Known Superclasses ================================== :class:`wx.Panel` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.analogclock.setup._PageBase.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.analogclock.setup._PageBase.UpdateControls` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: _PageBase(wx.Panel) Panel() -> None Panel(parent : Window, id: int=ID_ANY, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=TAB_TRAVERSAL, name: str=PanelNameStr) -> None A panel is a window on which controls are placed. .. method:: __init__(self, parent) Initialize self. See help(type(self)) for accurate signature. .. method:: UpdateControls(self)