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

Class TraitEditorColor

source code

trait_sheet.TraitEditor --+    
                          |    
              tkTraitEditor --+
                              |
                             TraitEditorColor

Instance Methods [hide private]
 
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
 
on_click(self, delegate) source code
 
update(self, object, trait_name, control) source code
 
update_color(self, object, trait_name, control) source code
 
to_tk_color(self, object, trait_name) source code
 
from_tk_color(self, color) source code

Inherited from tkTraitEditor: error, on_popup, on_restore

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

Method Details [hide private]

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