wx.PyEventBinder

Inheritance diagram for wx.PyEventBinder:



Description

Instances of this class are used to bind specific events to event handlers.

Methods Summary

Properties Summary

Class API

Methods

__init__(evtType, expectedIDs=0)

Constructor.

Parameters:

  • evtType (PyObject)
  • expectedIDs (int)

Bind(target, id1, id2, function)

Bind this set of event types to target.

Parameters:


Unbind(target, id1, id2)

Remove an event binding.

Parameters:


Properties

typeId
Make it easy to get to the default wxEventType typeID for this event binder.