| Method Summary |
| TextAttr |
__init__(self,
colText,
colBack,
font,
alignment)
|
| |
__del__(self)
|
| TextAttr |
Combine(attr,
attrDef,
text)
(Static method)
|
| int |
GetAlignment(self)
|
| Colour |
GetBackgroundColour(self)
|
| long |
GetFlags(self)
|
| Font |
GetFont(self)
|
| long |
GetLeftIndent(self)
|
| long |
GetLeftSubIndent(self)
|
| long |
GetRightIndent(self)
|
| wxArrayInt |
GetTabs(self)
|
| Colour |
GetTextColour(self)
|
| bool |
HasAlignment(self)
|
| bool |
HasBackgroundColour(self)
|
| bool |
HasFlag(self,
flag)
|
| bool |
HasFont(self)
|
| bool |
HasLeftIndent(self)
|
| bool |
HasRightIndent(self)
|
| bool |
HasTabs(self)
|
| bool |
HasTextColour(self)
|
| |
Init(self)
|
| bool |
IsDefault(self)
|
| TextAttr |
Merge(base,
overlay)
(Static method)
|
| |
SetAlignment(self,
alignment)
|
| |
SetBackgroundColour(self,
colBack)
|
| |
SetFlags(self,
flags)
|
| |
SetFont(self,
font,
flags)
|
| |
SetLeftIndent(self,
indent,
subIndent)
|
| |
SetRightIndent(self,
indent)
|
| |
SetTabs(self,
tabs)
|
| |
SetTextColour(self,
colText)
|