Type PyEvent
object
--+
|
Object
--+
|
Event
--+
|
PyEvent
- Known Subclasses:
-
UpdateThrobberEvent
wx.PyEvent can be used as a base class for implementing custom event
types in Python. You should derived from this class instead of
wx.Event
because this class is Python-aware and is able to transport
its Python bits safely through the wxWidgets event system and have
them still be there when the event handler is invoked.
See Also:
wx.PyCommandEvent
Method Summary |
PyEvent |
__init__(self,
winid,
eventType)
|
|
__del__(self)
|
Property Summary |
|
thisown : The membership flag |
thisown
The membership flag
-
|