Method Summary |
ListItem |
__init__(self)
|
|
__del__(self)
|
|
__repr__(self)
|
|
Clear(self)
|
|
ClearAttributes(self)
|
int |
GetAlign(self)
|
ListItemAttr |
GetAttributes(self)
|
Colour |
GetBackgroundColour(self)
|
int |
GetColumn(self)
|
long |
GetData(self)
|
Font |
GetFont(self)
|
long |
GetId(self)
|
int |
GetImage(self)
|
long |
GetMask(self)
|
long |
GetState(self)
|
String |
GetText(self)
|
Colour |
GetTextColour(self)
|
int |
GetWidth(self)
|
bool |
HasAttributes(self)
|
|
SetAlign(self,
align)
|
|
SetBackgroundColour(self,
colBack)
|
|
SetColumn(self,
col)
|
|
SetData(self,
data)
|
|
SetFont(self,
font)
|
|
SetId(self,
id)
|
|
SetImage(self,
image)
|
|
SetMask(self,
mask)
|
|
SetState(self,
state)
|
|
SetStateMask(self,
stateMask)
|
|
SetText(self,
text)
|
|
SetTextColour(self,
colText)
|
|
SetWidth(self,
width)
|