Method Summary |
GridCellAttr |
__init__(self,
attrDefault)
|
|
__del__(self)
|
GridCellAttr |
Clone(self)
|
|
DecRef(self)
|
(hAlign, vAlign) |
GetAlignment()
|
Colour |
GetBackgroundColour(self)
|
GridCellEditor |
GetEditor(self,
grid,
row,
col)
|
Font |
GetFont(self)
|
int |
GetKind(self)
|
bool |
GetOverflow(self)
|
GridCellRenderer |
GetRenderer(self,
grid,
row,
col)
|
(num_rows, num_cols) |
GetSize()
|
Colour |
GetTextColour(self)
|
bool |
HasAlignment(self)
|
bool |
HasBackgroundColour(self)
|
bool |
HasEditor(self)
|
bool |
HasFont(self)
|
bool |
HasOverflowMode(self)
|
bool |
HasReadWriteMode(self)
|
bool |
HasRenderer(self)
|
bool |
HasTextColour(self)
|
|
IncRef(self)
|
bool |
IsReadOnly(self)
|
|
MergeWith(self,
mergefrom)
|
|
SetAlignment(self,
hAlign,
vAlign)
|
|
SetBackgroundColour(self,
colBack)
|
|
SetDefAttr(self,
defAttr)
|
|
SetEditor(self,
editor)
|
|
SetFont(self,
font)
|
|
SetKind(self,
kind)
|
|
SetOverflow(self,
allow)
|
|
SetReadOnly(self,
isReadOnly)
|
|
SetRenderer(self,
renderer)
|
|
SetSize(self,
num_rows,
num_cols)
|
|
SetTextColour(self,
colText)
|