Home | Trees | Index | Help |
|
---|
Package wx :: Class PyEventBinder |
|
object
--+
|
PyEventBinder
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. |
Method Details |
---|
__call__(self,
*args)
For backwards compatibility with the old EVT_* functions.
Should be called with either (window, func), (window, ID,
func) or (window, ID1, ID2, func) parameters depending on the
type of the event. |
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.20040428.rpd on Tue Apr 26 14:25:11 2005 | http://epydoc.sf.net |