API Reference for Enthought Tool Suite 3.2.0
Creates a wxPython user interface for a specified UI object.
Creates a wxPython dialog box for a specified UI object.
Changes are not immediately applied to the underlying object. The user must click Apply or OK to apply changes. The user can revert changes by clicking Revert or Cancel.
Creates a modal wxPython user interface for a specified UI object.
Creates a non-modal wxPython user interface for a specified UI object.
| Local name | Refers to |
|---|---|
| ApplyButton | enthought.traits.ui.menu.ApplyButton |
| BaseDialog | enthought.traits.ui.wx.ui_base.BaseDialog |
| CancelButton | enthought.traits.ui.menu.CancelButton |
| DefaultTitle | enthought.traits.ui.wx.constants.DefaultTitle |
| HelpButton | enthought.traits.ui.menu.HelpButton |
| OKButton | enthought.traits.ui.menu.OKButton |
| panel | enthought.traits.ui.wx.ui_panel.panel |
| restore_window | enthought.traits.ui.wx.helper.restore_window |
| RevertButton | enthought.traits.ui.menu.RevertButton |
| save_window | enthought.traits.ui.wx.helper.save_window |
| screen_dy | enthought.traits.ui.wx.constants.screen_dy |
| scrollbar_dx | enthought.traits.ui.wx.constants.scrollbar_dx |
| show_help | enthought.traits.ui.wx.ui_panel.show_help |
| TraitsUIScrolledPanel | enthought.traits.ui.wx.helper.TraitsUIScrolledPanel |
| wx | wx |
© Copyright 2002-2009 Enthought, Inc.