 
       wx.lib.analogclock.helpers.Box¶
  wx.lib.analogclock.helpers.Box¶Gathers info about the clock face and tick sets.
 Methods Summary¶
 Methods Summary¶ Class API¶
 Class API¶Box¶Gathers info about the clock face and tick sets.
__init__(self, parent, Face, TicksM, TicksH)¶Draw(self, dc)¶GetIsRotated(self)¶GetNiceRadiusForHands(self, centre)¶GetShadowColour(self)¶GetTickBorderColour(self, target)¶GetTickBorderWidth(self, target)¶GetTickFillColour(self, target)¶GetTickFont(self, target)¶GetTickOffset(self, target)¶GetTickPolygon(self, target)¶GetTickSize(self, target)¶GetTickStyle(self, target)¶RecalcCoords(self, size, centre, scale)¶SetIsRotated(self, rotate)¶SetShadowColour(self, colour)¶SetTickBorderColour(self, colour, target)¶SetTickBorderWidth(self, width, target)¶SetTickFillColour(self, colour, target)¶SetTickFont(self, font, target)¶SetTickOffset(self, offset, target)¶SetTickPolygon(self, polygon, target)¶SetTickSize(self, size, target)¶SetTickStyle(self, style, target)¶