API Reference for Enthought Tool Suite 2.7.1
Map from wxPython bit to corresponding name:
all_flags = [ (wx.EXPAND, 'EXPAND'), (wx.ALL, 'ALL'), (wx.TOP, 'TOP'), (wx.BOTTOM, 'BOTTOM'), (wx.LEFT, 'LEFT'), (wx.RIGHT, 'RIGHT'), (wx.FIXED_MINSIZE, 'FIXED_MINSIZE'), (wx.ALIGN_CENTER, 'ALIGN_CENTER'), (wx.ALIGN_RIGHT, 'ALIGN_RIGHT'), (wx.ALIGN_BOTTOM, 'ALIGN_BOTTOM'), (wx.ALIGN_CENTER_VERTICAL, 'ALIGN_CENTER_VERTICAL'), (wx.ALIGN_CENTER_HORIZONTAL, 'ALIGN_CENTER_HORIZONTAL') ]
sizer_item_table_editor = TableEditor(columns = [ ObjectColumn(name = 'kind', editable = False), ObjectColumn(name = 'calc_min', editable = False), ObjectColumn(name = 'proportion', editable = False), ObjectColumn(name = 'border', editable = False), ObjectColumn(name = 'flags', editable = False) ], editable = False, configurable = False, sortable = False)
window_tree_editor = TreeEditor(nodes = [ ObjectTreeNode(node_for = [ WXWindow ], children = 'children', label = 'name') ])
| Local name | Refers to |
|---|---|
| Button | enthought.traits.traits.Button |
| Code | enthought.traits.traits.Code |
| EnvisageView | enthought.envisage.workbench.view.View |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Instance | enthought.traits.traits.Instance |
| Item | enthought.traits.ui.item.Item |
| List | enthought.traits.traits.List |
| ObjectColumn | enthought.traits.ui.table_column.ObjectColumn |
| ObjectTreeNode | enthought.traits.ui.tree_node.ObjectTreeNode |
| Property | enthought.traits.traits.Property |
| Str | enthought.traits.traits.Str |
| TableEditor | enthought.traits.ui.editors.TableEditor |
| TreeEditor | enthought.traits.ui.editors.TreeEditor |
| TreeNodeObject | enthought.traits.ui.tree_node.TreeNodeObject |
| View | enthought.traits.ui.view.View |
| VSplit | enthought.traits.ui.group.VSplit |
| wx | wx |
Copyright © 2002-2008 Enthought, Inc.