API Reference for Enthought Tool Suite 3.0.1
Returns True if the UI event loop is running.
Start interacting with the figure.
By default, this function simply creates a GUI and starts its event loop if needed.
If it is used as a decorator, then it may be used to decorate a function which requires a UI. If the GUI event loop is already running it simply runs the function. If not the event loop is started and function is run in the toolkit's event loop. The choice of UI is via ETSConfig.toolkit.
| Local name | Refers to |
|---|---|
| ApplicationWindow | enthought.pyface.application_window.ApplicationWindow |
| ETSConfig | enthought.etsconfig.etsconfig.ETSConfig |
| GUI | enthought.pyface.gui.GUI |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Int | enthought.traits.trait_types.Int |
| toolkit | enthought.traits.ui.toolkit.toolkit |
© Copyright 2002-2008 Enthought, Inc.