API Reference for Enthought Tool Suite 3.2.0
Defines helper functions and classes used to define PyQt-based trait editors and trait editor factories.
DockStyle = Enum('horizontal', 'vertical', 'tab', 'fixed')
Layout orientation for a control and its associated editor
Orientation = Enum('horizontal', 'vertical')
Recomputes the mappings for a new set of enumeration values.
Return the QPixmap corresponding to a filename. If the filename does not contain a path component then the local 'images' directory is used.
Positions a window on the screen with a specified width and height so that the window completely fits on the screen if possible.
Restores the user preference items for a specified UI.
Saves the user preference items for a specified UI.
| Local name | Refers to |
|---|---|
| BaseTraitHandler | enthought.traits.trait_handlers.BaseTraitHandler |
| CTrait | enthought.traits.traits.CTrait |
| Enum | enthought.traits.trait_types.Enum |
| os.path | os.path |
| QtCore | PyQt4.QtCore |
| QtGui | PyQt4.QtGui |
| SequenceTypes | enthought.traits.ui.ui_traits.SequenceTypes |
| TraitError | enthought.traits.trait_errors.TraitError |
© Copyright 2002-2009 Enthought, Inc.