Stores info about colours and borders of clock Elements.
Method Summary |
|
__init__ (self,
border,
width,
fill,
shadow)
self.border (wx.Colour) border colour
self.width (int) border width
self.fill (wx.Colour) fill colour
self.shadow (wx.Colour) shadow colour |
|
GetBorderColour(self)
|
|
GetBorderWidth(self)
|
|
GetFillColour(self)
|
|
GetShadowColour(self)
|
|
Select (self,
dc,
shadow)
Selects the current settings into the dc. |
|
SetBorderColour(self,
colour)
|
|
SetBorderWidth(self,
width)
|
|
SetFillColour(self,
colour)
|
|
SetShadowColour(self,
colour)
|