enable.primitives.shape module

The base class for moveable shapes.

class enable.primitives.shape.Shape(**traits)[source]

Bases: enable.component.Component

The base class for moveable shapes.

moving_left_up(event)[source]

Event handler.

moving_mouse_leave(event)[source]

Event handler.

moving_mouse_move(event)[source]

Event handler.

normal_key_pressed(event)[source]

Event handler.

normal_left_down(event)[source]

Event handler.