wx.lib.analogclock.helpers.ElementWithDyer¶
Base class for clock face and hands.
Class Hierarchy¶
Known Subclasses¶
wx.lib.analogclock.helpers.Face
, wx.lib.analogclock.helpers.Hand
Known Superclasses¶
wx.lib.analogclock.helpers.Element
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Class API¶
- class ElementWithDyer(Element)¶
Base class for clock face and hands.
Methods¶
- __init__(self, \*\*kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- GetBorderColour(self)¶
- GetBorderWidth(self)¶
- GetFillColour(self)¶
- GetShadowColour(self)¶
- SetBorderColour(self, colour)¶
- SetBorderWidth(self, width)¶
- SetFillColour(self, colour)¶
- SetShadowColour(self, colour)¶