API Reference for Enthought Tool Suite 2.7.1

The abstract base class for all Pyface windows.

A Pyface window has no visual representation until it is opened (ie. its 'control' trait will be None until it is opened).

Usage: Create a sub-class of this class and override the protected '_create_control' (if necessary), '_create_contents', and '_size_control' (if necessary) methods.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

Copyright © 2002-2008 Enthought, Inc.