API Reference for Enthought Tool Suite 3.2.0
A feature-enabled tool for viewing the contents of the Traits image library.
copyright_view = View(Item('copyright', style = 'readonly', show_label = False), kind = 'info', width = 0.20000000000000001, height = 0.20000000000000001, resizable = True, scrollable = True)
description_view = View(Item('description', style = 'readonly', show_label = False), kind = 'info', width = 0.20000000000000001, height = 0.20000000000000001, resizable = True, scrollable = True)
image_table_editor = TableEditor(columns = [ ImageColumn(label = 'Image', width = 42, auto_editable = True, view = image_view, horizontal_alignment = 'center'), VolumeColumn(name = 'volume', width = 0.10000000000000001), NameColumn(name = 'name', width = 0.10000000000000001), LibraryColumn(name = 'width', width = 0.074999999999999997, horizontal_alignment = 'center'), LibraryColumn(name = 'height', width = 0.074999999999999997, horizontal_alignment = 'center'), LibraryColumn(name = 'category', width = 0.10000000000000001, horizontal_alignment = 'center'), KeywordsColumn(name = 'keywords', width = 0.10000000000000001), TextColumn(name = 'description', width = 0.10000000000000001, auto_editable = True, view = description_view), TextColumn(name = 'copyright', width = 0.10000000000000001, auto_editable = True, view = copyright_view), TextColumn(name = 'license', width = 0.10000000000000001, auto_editable = True, view = license_view) ], auto_size = False, editable = False, edit_on_first_click = False, show_toolbar = False, filter_name = 'filter', filtered_indices = 'filtered_indices', selection_bg_color = 16503697, selection_color = 'black', selection_mode = 'rows', selected = 'selected_images')
image_view = View(Item('handler.image', style = 'custom', show_label = False), kind = 'info', handler = ImageHandler)
image_viewer_key_bindings = KeyBindings(KeyBinding(binding1 = 'Ctrl-a', method_name = '_select_all', description = 'Select all images.'), KeyBinding(binding1 = 'Ctrl-Shift-a', method_name = '_unselect_all', description = 'Unselect all images.'), KeyBinding(binding1 = 'Ctrl-c', method_name = '_copy_to_clipboard', description = 'Copy selected image names to the clipboard.'), KeyBinding(binding1 = 'Ctrl-k', method_name = 'edit_bindings', description = 'Edits the keyboard bindings.'))
license_view = View(Item('license', style = 'readonly', show_label = False), kind = 'info', width = 0.20000000000000001, height = 0.20000000000000001, resizable = True, scrollable = True)
© Copyright 2002-2009 Enthought, Inc.