| 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. |
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)
| |
| Property Summary | |
|---|---|
FocusedItem: See GetFocusedItem | |
thisown: The membership flag | |
| 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.
|
| Property Details |
|---|
FocusedItemSee
|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:40 2007 | http://epydoc.sf.net |