| 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. | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
Return repr(x)... | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Property Summary | |
|---|---|
typeId | |
| Method Details |
|---|
__call__(self,
*args)
|
Bind(self, target, id1, id2, function)Bind this set of event types to target. |
Unbind(self, target, id1, id2)Remove an event binding. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:03:18 2007 | http://epydoc.sf.net |