API Reference for Enthought Tool Suite 2.7.1
alignment_actions = (Action(name = 'Left', action = 'on_align_left'), Action(name = 'Right', action = 'on_align_right'), Action(name = 'Horizontally centered', action = 'on_align_hcenter'), Action(name = 'Top', action = 'on_align_top'), Action(name = 'Bottom', action = 'on_align_bottom'), Action(name = 'Vertically centered', action = 'on_align_vcenter'))
create_simple_composite_action = Action(name = 'Condense', action = 'on_create_simple_composite')
distribution_actions = (Action(name = 'Horizontally', action = 'on_distribute_horizontally'), Action(name = 'Vertically', action = 'on_distribute_vertically'))
expand_in_place_action = Action(name = 'In place', action = 'on_expand_in_place')
expand_on_new_canvas_action = Action(name = 'On new canvas', action = 'on_expand_on_new_canvas')
Track group style for chips in the 'expanded' state:
expanded_track_group_style = OMTrackGroupStyle(bg_color = GroupColor, border_color = (0.0, 0.0, 0.0, 1.0), padding = 4, visible = True)
Standard component controller:
graph_component_controller = GraphComponentController()
'Chip' component style:
graph_component_style = GraphComponentStyle(inner_component_position = 'top')
input_contact_image = '=contact_black'
output_contact_image = '=contact_black'
repeat_contact_image = '=contact_add_0_6'
Component menu actions:
show_actions = (Action(name = 'Minimized', action = 'on_collapse_view', style = 'toggle'), Action(name = 'Normal', action = 'on_normal_view', style = 'toggle'), Action(name = 'Maximized', action = 'on_expand_view', style = 'toggle'))
Copyright © 2002-2008 Enthought, Inc.