Table Of Contents

Previous topic

Box

Next topic

Element

This Page

phoenix_title Dyer

Stores info about colours and borders of clock Elements.


class_hierarchy Inheritance Diagram

Inheritance diagram for class Dyer

Inheritance diagram of Dyer


method_summary Methods Summary

__init__ self.border (wx.Colour) border colour
GetBorderColour  
GetBorderWidth  
GetFillColour  
GetShadowColour  
Select Selects the current settings into the dc.
SetBorderColour  
SetBorderWidth  
SetFillColour  
SetShadowColour  

api Class API



class Dyer

Stores info about colours and borders of clock Elements.


Methods



__init__(self, border=None, width=0, fill=None, shadow=None)

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=False)

Selects the current settings into the dc.



SetBorderColour(self, colour)


SetBorderWidth(self, width)


SetFillColour(self, colour)


SetShadowColour(self, colour)