API Reference for Enthought Tool Suite 2.7.1
Define the ViewElements class, which is used to define a (typically class-based) hierarchical name space of related ViewElement objects.
Normally there is a ViewElements object associated with each Traits-based class, which contains all of the ViewElement objects associated with the class. The ViewElements object is also linked to the ViewElements objects of its associated class's parent classes.
Trait for contents of a ViewElements object
content_trait = Dict(str, ViewElement)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.traits.Any |
| Dict | enthought.traits.traits.Dict |
| HasStrictTraits | enthought.traits.has_traits.HasStrictTraits |
| Int | enthought.traits.traits.Int |
| List | enthought.traits.traits.List |
| Str | enthought.traits.traits.Str |
| Trait | enthought.traits.traits.Trait |
| ViewElement | enthought.traits.ui.view_element.ViewElement |
Copyright © 2002-2008 Enthought, Inc.