API Reference for Enthought Tool Suite 3.2.0
Defines the help interface for displaying the help associated with a Traits UI View object.
The default handler for showing help
show_help = default_show_help
Default handler for showing the help associated with a view.
Sets a new global help provider function.
The previous global help provider function
The help provider function must have a signature of function*(*info, control), where info is a UIInfo object for the current view, and control is the UI control that invokes the function (typically, a Help button). It is provided in case the help provider needs to position the help window relative to the Help button.
To retrieve the current help provider function, call this function with no arguments.
| Local name | Refers to |
|---|---|
| toolkit | enthought.traits.ui.toolkit.toolkit |
© Copyright 2002-2009 Enthought, Inc.