Home | Trees | Index | Help |
|
---|
Package wx :: Class ListView |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Control
--+ |ListCtrl
--+ | ListView
Method Summary | |
---|---|
Control |
Create a Control. |
__repr__(self)
| |
ClearColumnImage(self,
col)
| |
bool |
Do the 2nd phase and create the GUI control. |
Focus(self,
index)
| |
long | GetFirstSelected(self)
|
long | GetFocusedItem(self)
|
long | GetNextSelected(self,
item)
|
bool | IsSelected(self,
index)
|
Select(self,
n,
on)
| |
SetColumnImage(self,
col,
image)
|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
pos=DefaultPosition,
size=DefaultSize,
style=LC_REPORT,
validator=DefaultValidator,
name=ListCtrlNameStr)
Create a Control. Normally you should only call this from a subclass'
__init__ as a plain old wx.Control is not very useful. |
Create(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=LC_REPORT, validator=DefaultValidator, name=ListCtrlNameStr)Do the 2nd phase and create the GUI control.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:35 2005 | http://epydoc.sf.net |