Package pydrizzle :: Package traits102 :: Module wxtrait_sheet :: Class wxTraitEditor
[hide private]
[frames] | no frames]

Class wxTraitEditor

source code


Instance Methods [hide private]
 
readonly_editor(self, object, trait_name, description, handler, parent) source code
 
text_editor(self, object, trait_name, description, handler, parent) source code
 
on_text_enter(self, event) source code
 
on_trait_change_text(self, control, new) source code
 
simple_editor(self, object, trait_name, description, handler, parent) source code
 
on_popup(self, event) source code
 
on_popup_control(self, control) source code
 
on_restore(self, event) source code
 
error(self, description, excp, parent) source code
 
layout_style(self) source code

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

Method Details [hide private]

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

source code 
Overrides: trait_sheet.TraitEditor.text_editor

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

source code 
Overrides: trait_sheet.TraitEditor.simple_editor