Home | Trees | Index | Help |
|
---|
Package wx :: Class PyEvtHandler |
|
object
--+ |Object
--+ |EvtHandler
--+ | PyEvtHandler
The wx.PyEvtHandler class can be used to intercept calls to the
ProcessEvent
method. Simply derive a new class from this one,
override ProcessEvent, and then push an instance of the class onto the
event handler chain for a window using wx.Window.PushEventHandler
.
Method Summary | |
---|---|
PyEvtHandler |
The wx.PyEvtHandler class can be used to intercept calls to the ProcessEvent method. |
bool |
Override this method to intercept the events being sent to the window. |
Property Summary | |
---|---|
thisown : The membership flag |
Method Details |
---|
__init__(self)
|
ProcessEvent(self, event)Override this method to intercept the events being sent to the window. The default implementation searches the event tables and calls event handler functions if matching event bindings are found.
|
Property Details |
---|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:00 2009 | http://epydoc.sf.net |