| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class WindowList |
|
object --+
|
WindowList
This class wraps a wxList-based class and gives it a Python sequence-like interface. Sequence operations supported are length, index access and iteration.
| Method Summary | |
|---|---|
__init__(self)
| |
| bool | __contains__(self,
obj)
|
__del__(self)
| |
| Window | __getitem__(self,
index)
|
| WindowList_iterator | __iter__(self)
|
| size_t | __len__(self)
|
__repr__(self)
| |
| int | index(self,
obj)
|
| Property Summary | |
|---|---|
thisown: The membership flag | |
| Property Details |
|---|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Wed Nov 28 16:11:41 2007 | http://epydoc.sf.net |