.. 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._GroupBase:
==========================================================================================================================================
|phoenix_title| **wx.lib.analogclock.setup._GroupBase**
==========================================================================================================================================
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
_GroupBase:
|
|sub_classes| Known Subclasses
==============================
:class:`wx.lib.analogclock.setup._Group_1`, :class:`wx.lib.analogclock.setup._Group_4`
|
|super_classes| Known Superclasses
==================================
:class:`wx.Panel`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.analogclock.setup._GroupBase.__init__` Initialize self. See help(type(self)) for accurate signature.
:meth:`~wx.lib.analogclock.setup._GroupBase.OnChoice`
:meth:`~wx.lib.analogclock.setup._GroupBase.OnSelectColour`
:meth:`~wx.lib.analogclock.setup._GroupBase.OnSelectFont`
:meth:`~wx.lib.analogclock.setup._GroupBase.OnSpin`
:meth:`~wx.lib.analogclock.setup._GroupBase.UpdateControls`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: _GroupBase(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, title, group)
Initialize self. See help(type(self)) for accurate signature.
.. method:: OnChoice(self, evt)
.. method:: OnSelectColour(self, evt)
.. method:: OnSelectFont(self, evt)
.. method:: OnSpin(self, evt)
.. method:: UpdateControls(self)