Home | Trees | Index | Help |
|
---|
Package wx :: Class PyEventBinder |
|
object
--+
|
PyEventBinder
Instances of this class are used to bind specific events to event handlers.
Method Summary | |
---|---|
__init__(self,
evtType,
expectedIDs)
| |
For backwards compatibility with the old EVT_* functions. | |
Bind this set of event types to target. | |
Remove an event binding. |
Property Summary | |
---|---|
typeId : Make it easy to get to the default wxEventType typeID for this
event binder. |
Method Details |
---|
__call__(self,
*args)
|
Bind(self, target, id1, id2, function)Bind this set of event types to target. |
Unbind(self, target, id1, id2, handler=None)Remove an event binding. |
Property Details |
---|
typeIdMake it easy to get to the default wxEventType typeID for this event binder. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:51:47 2009 | http://epydoc.sf.net |