API Reference for Enthought Tool Suite 2.7.1

The abstract base-class for all Pyface dialogs.

Usage: Sub-class this class and either override '_create_contents' or more simply, just override the two methods that do the real work:-

  1. '_create_dialog_area' creates the main content of the dialog.
  2. '_create_buttons' creates the dialog buttons.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

Copyright © 2002-2008 Enthought, Inc.