API Reference for Enthought Tool Suite 3.0.1

The base class of any Enable object that receives keyboard and mouse events. Adds the notion of "state" which determines which set of event handler methods get called. The default state is "normal", so a "left_down" event would be dispatched by calling:

self.normal_left_down(event)

The event suffixes are:

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2008 Enthought, Inc.