| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class ListView |
|
object--+ |Object--+ |EvtHandler--+ |Window--+ |Control--+ |ListCtrl--+ | ListView
Proxy of C++ ListView class
| 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(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.20050511.rpd on Sun Mar 26 10:00:34 2006 | http://epydoc.sf.net |