Instances of this class are used to bind specific events to event handlers.
Bind this set of event types to target using its Connect() method. |
|
Remove an event binding. |
|
For backwards compatibility with the old |
|
Make it easy to get to the default EventType typeID for this |
See |
Instances of this class are used to bind specific events to event handlers.
Bind this set of event types to target using its Connect() method.
Remove an event binding.
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.
Make it easy to get to the default wxEventType typeID for this event binder.
See _getEvtType