phoenix_title wx.lib.analogclock.setup.HandsPanel

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

Inheritance diagram for class HandsPanel:

super_classes Known Superclasses

wx.lib.analogclock.setup._PageBase


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.


api Class API

class HandsPanel(_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.


Methods

__init__(self, parent)

Initialize self. See help(type(self)) for accurate signature.