API Reference for Enthought Tool Suite 3.0.1
An editor for displaying list items as themed Traits UI Views on a themed free-form canvas.
Operations allowed on a list canvas:
CanvasOperations = List(Enum('move', 'size', 'add', 'clone', 'drag', 'drop', 'load', 'save', 'close', 'clear', 'minimize', 'status', 'tooltip'))
Dictionay of standard images used:
images = { Const('feature') : CallFunc(Name('ImageResource'), [Const('feature')], None, None), Const('selected') : CallFunc(Name('ImageResource'), [Const('selected')], None, None), Const('clone') : CallFunc(Name('ImageResource'), [Const('clone')], None, None), Const('drag') : CallFunc(Name('ImageResource'), [Const('drag')], None, None), Const('minimize') : CallFunc(Name('ImageResource'), [Const('minimize')], None, None), Const('maximize') : CallFunc(Name('ImageResource'), [Const('maximize')], None, None), Const('close') : CallFunc(Name('ImageResource'), [Const('close')], None, None), Const('add') : CallFunc(Name('ImageResource'), [Const('add')], None, None), Const('clear') : CallFunc(Name('ImageResource'), [Const('clear')], None, None), Const('load') : CallFunc(Name('ImageResource'), [Const('load')], None, None), Const('save') : CallFunc(Name('ImageResource'), [Const('save')], None, None) }
Have the contents of an item been modified:
Modified = None
The numeric value of the 'move mode' bit mask:
MOVE_MODE = 12
wx pen styles:
pen_styles = { Const('solid') : Getattr(Name('wx'), 'SOLID'), Const('dash') : Getattr(Name('wx'), 'SHORT_DASH'), Const('dot') : Getattr(Name('wx'), 'DOT') }
wx stock cursor cache:
stock_cursors = { }
Returns the wx stock cursor corresponding to a specified cursor id.
© Copyright 2002-2008 Enthought, Inc.