API Reference for Enthought Tool Suite 3.0.1
A feature-enabled tool for building Traits UI ImageLibrary image volumes.
The standard Group Theme we are using:
GroupTheme = Theme('@std:XG1', content = 4)
The set of recognized image file extensions:
ImageExtensions = ('.png', '.jpg', '.jpeg', '.gif')
volume_contents_editor = TableEditor(columns = [ ObjectColumn(name = 'file_name', width = 0.75, editable = False), ObjectColumn(name = 'image_name', width = 0.25, editable = False) ], show_toolbar = False, editable = False, auto_size = False, selection_bg_color = 16503697, selection_color = 'black')
© Copyright 2002-2008 Enthought, Inc.