API Reference for Enthought Tool Suite 3.2.0
Define the event objects and traits used by Enable components.
For a list of all the possible event suffixes, see interactor.py.
blob_event_trait = Event(BlobEvent)
blob_frame_event_trait = Event(BlobFrameEvent)
drag_event_trait = Event(DragEvent)
key_event_trait = Event(KeyEvent)
mouse_event_trait = Event(MouseEvent)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| array | numpy.array |
| Bool | enthought.traits.trait_types.Bool |
| dot | numpy.dot |
| Event | enthought.traits.trait_types.Event |
| Float | enthought.traits.trait_types.Float |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Int | enthought.traits.trait_types.Int |
| List | enthought.traits.trait_types.List |
| ReadOnly | enthought.traits.trait_types.ReadOnly |
© Copyright 2002-2009 Enthought, Inc.