Package pydrizzle :: Package traits102 :: Module tktrait_sheet :: Class TraitEditorImageEnum
[hide private]
[frames] | no frames]

Class TraitEditorImageEnum

source code

trait_sheet.TraitEditor --+        
                          |        
              tkTraitEditor --+    
                              |    
                TraitEditorEnum --+
                                  |
                                 TraitEditorImageEnum

Instance Methods [hide private]
 
__init__(self, values, suffix='', cols=1, path=None) source code
 
popup_editor(self, object, trait_name, description, handler, control) source code
 
simple_editor(self, object, trait_name, description, handler, parent) source code
 
custom_editor(self, object, trait_name, description, handler, parent) source code
 
create_image_grid(self, parent, handler) source code
 
update(self, object, trait_name, control) source code
 
on_click(self, delegate) source code

Inherited from TraitEditorEnum: all_values, current_value, on_value_changed

Inherited from tkTraitEditor: error, on_popup, on_restore

Inherited from trait_sheet.TraitEditor: set, str, str_value, text_editor

Method Details [hide private]

__init__(self, values, suffix='', cols=1, path=None)
(Constructor)

source code 
Overrides: TraitEditorEnum.__init__

simple_editor(self, object, trait_name, description, handler, parent)

source code 
Overrides: trait_sheet.TraitEditor.simple_editor

custom_editor(self, object, trait_name, description, handler, parent)

source code 
Overrides: trait_sheet.TraitEditor.custom_editor

update(self, object, trait_name, control)

source code 
Overrides: tkTraitEditor.update

on_click(self, delegate)

source code 
Overrides: TraitEditorEnum.on_click