API Reference for Enthought Tool Suite 3.2.0
Defines the stub functions used for creating concrete implementations of the standard EditorFactory subclasses supplied with the Traits package.
List of implemented UI toolkits:
TraitUIToolkits = [ 'wx', 'qt4', 'null' ]
Selects and returns a low-level GUI toolkit.
Use this function to get a reference to the current toolkit.
Return the toolkit specific object with the given name. The name consists of the relative module path and the object name separated by a colon.
| Local name | Refers to |
|---|---|
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| HasTraits | enthought.traits.has_traits.HasTraits |
| SequenceTypes | enthought.traits.ui.ui_traits.SequenceTypes |
| sys | sys |
| TraitError | enthought.traits.trait_errors.TraitError |
© Copyright 2002-2009 Enthought, Inc.