API Reference for Enthought Tool Suite 3.2.0
Displays a message to the user as a modal window.
Displays a message to the user as a modal window with no buttons. The window closes automatically after a specified time interval (specified in seconds).
Displays a message to the user as a modal window with the specified title and buttons.
If buttons is not specified, OK and Cancel buttons are used, which is appropriate for confirmations, where the user must decide whether to proceed. Be sure to word the message so that it is clear that clicking OK continues the operation.
Displays a message to the user as a model window with the specified title and buttons.
If buttons is not specified, a single OK button is used, which is appropriate for notifications, where no further action or decision on the user's part is required.
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| do_after | enthought.pyface.timer.do_later.do_after |
| Float | enthought.traits.trait_types.Float |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| HGroup | enthought.traits.ui.group.HGroup |
| Item | enthought.traits.ui.item.Item |
| spring | enthought.traits.ui.item.spring |
| Str | enthought.traits.trait_types.Str |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2009 Enthought, Inc.