| Method Summary |
| |
__init__(self,
parent,
id,
owner,
pos,
size,
style,
name)
|
| |
AddColumn(self,
text,
width,
flag,
image,
shown,
colour,
edit)
|
| |
AddColumnInfo(self,
colInfo)
|
| |
AdjustDC(self,
dc)
|
| |
DrawCurrent(self)
|
| |
GetColumn(self,
column)
|
| |
GetColumnAlignment(self,
column)
|
| |
GetColumnColour(self,
column)
|
| |
GetColumnCount(self)
|
| |
GetColumnText(self,
column)
|
| |
GetColumnWidth(self,
column)
|
| |
GetWidth(self)
|
| |
InsertColumn(self,
before,
colInfo)
|
| |
IsColumnEditable(self,
column)
|
| |
IsColumnShown(self,
column)
|
| |
OnMouse(self,
event)
|
| |
OnPaint(self,
event)
|
| |
OnSetFocus(self,
event)
|
| |
RefreshColLabel(self,
col)
|
| |
RemoveColumn(self,
column)
|
| |
SendListEvent(self,
evtType,
pos)
|
| |
SetColumn(self,
column,
info)
|
| |
SetColumnAlignment(self,
column,
flag)
|
| |
SetColumnColour(self,
column,
colour)
|
| |
SetColumnText(self,
column,
text)
|
| |
SetColumnWidth(self,
column,
width)
|
| |
XToCol(self,
x)
|