Type RichTextFileHandlerList
object --+
|
RichTextFileHandlerList
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)
|
| RichTextFileHandler |
__getitem__(self,
index)
|
| RichTextFileHandlerList_iterator |
__iter__(self)
|
| size_t |
__len__(self)
|
| |
__repr__(self)
|
| Property Summary |
| |
thisown: The membership flag |
thisown
The membership flag
-
- Get Method:
- unknown-41701816(...)
- Set Method:
- unknown-41701936(...)
|