API Reference for Enthought Tool Suite 3.2.0
Creates a wizard-based wxPython user interface for a specified UI object.
A wizard is a dialog box that displays a series of pages, which the user can navigate with forward and back buttons.
Trait that allows only None or a string value
none_str_trait = Trait('', None, str)
Handles the user attempting to change the current wizard page.
Creates a wizard-based wxPython user interface for a specified UI object.
| Local name | Refers to |
|---|---|
| DefaultTitle | enthought.traits.ui.wx.constants.DefaultTitle |
| fill_panel_for_group | enthought.traits.ui.wx.ui_panel.fill_panel_for_group |
| GroupEditor | enthought.traits.ui.wx.helper.GroupEditor |
| restore_window | enthought.traits.ui.wx.helper.restore_window |
| save_window | enthought.traits.ui.wx.helper.save_window |
| Str | enthought.traits.trait_types.Str |
| Trait | enthought.traits.traits.Trait |
| wx | wx |
| wz | wx.wizard |
© Copyright 2002-2009 Enthought, Inc.