API Reference for Enthought Tool Suite 3.2.0
Creates a wxPython user interface for a specified UI object, where the UI is "live", meaning that it immediately updates its underlying object(s).
INFO = 4
MODAL = 1
Types of supported windows:
NONMODAL = 0
POPOVER = 3
POPUP = 2
Types of 'popup' dialogs:
Popups = set((POPUP, POPOVER, INFO))
Creates a live wxPython user interface for a specified UI object.
Creates a live, temporary popup wxPython user interface for a specified UI object.
Creates a live, non-modal wxPython user interface for a specified UI object.
Creates a live, modal wxPython user interface for a specified UI object.
Creates a live, temporary popup wxPython user interface for a specified UI object.
Creates a live, temporary popup wxPython user interface for a specified UI object.
| Local name | Refers to |
|---|---|
| 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 |
| UndoButton | enthought.traits.ui.menu.UndoButton |
| UndoHistory | enthought.traits.ui.undo.UndoHistory |
| wx | wx |
© Copyright 2002-2009 Enthought, Inc.