|
|
GetBackgroundColour(self)
Returns the attribute background colour.
|
|
GetFont(self)
Returns the attribute font.
|
|
GetTextColour(self)
Returns the attribute text colour.
|
|
HasBackgroundColour(self)
Returns whether the attribute has background colour.
|
|
HasFont(self)
Returns whether the attribute has font.
|
|
HasTextColour(self)
Returns whether the attribute has text colour.
|
|
SetBackgroundColour(self,
colBack)
Sets the attribute background colour.
|
|
SetFont(self,
font)
Sets the attribute font.
|
|
SetTextColour(self,
colText)
Sets the attribute text colour.
|
|
__init__(self,
colText=wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.),
colBack=wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.),
font=wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.))
Default class constructor.
|