API Reference for Enthought Tool Suite 3.2.0
Pyface 'DockWindow' support.
This package implements a Pyface 'dockable' window component that allows child windows to be reorganized within the DockWindow using drag and drop. The component also allows multiple sub-windows to occupy the same sub-region of the DockWindow, in which case each sub-window appears as a separate notebook-like tab within the region.
Dictionary of cursors in use:
cursor_map = { }
disable_features_action = Action(name = 'Hide All', action = 'on_disable_all_features')
Create a singleton handler:
dock_window_handler = DockWindowHandler()
edit_action = Action(name = 'Edit Properties...', action = 'on_edit')
enable_features_action = Action(name = 'Show All', action = 'on_enable_all_features')
layout_action = Action(name = 'Switch Layout', action = 'on_switch_layout')
lock_action = Action(name = 'Lock Layout', action = 'on_lock_layout', style = 'toggle')
min_max_action = Action(name = 'Maximize', action = 'on_min_max')
save_action = Action(name = 'Save Layout...', action = 'on_save_layout')
undock_action = Action(name = 'Undock', action = 'on_undock')
© Copyright 2002-2009 Enthought, Inc.