| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
EventMapper
Handles events and callbacks for widgets.Widget and derived classes.
Every PyChan widget has an EventMapper instance as attribute event_mapper.
This instance handles all necessary house-keeping. Such an event
mapper can be either attached or detached. In
its attached state an EventListenerBase is added to the Guichan widget and
will redirect the events to the callbacks.
In its detached state no events are received from the real Guichan widget.
The event mapper starts in the detached state. When a new event is captured the mapper attaches itself automatically. The widget doesn't need to handle that.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Feb 11 00:00:28 2012 | http://epydoc.sourceforge.net |