Type RichTextObjectList
object --+
|
RichTextObjectList
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)
|
| RichTextObject |
__getitem__(self,
index)
|
| RichTextObjectList_iterator |
__iter__(self)
|
| size_t |
__len__(self)
|
| |
__repr__(self)
|
| int |
index(self,
obj)
|
| Property Summary |
| |
thisown: The membership flag |
thisown
The membership flag
-
- Get Method:
- unknown-41708072(...)
- Set Method:
- unknown-41708192(...)
|