pyface.fields.i_editable_field module
The editable field interface.
-
class pyface.fields.i_editable_field.IEditableField(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]
Bases: IField
The editable field interface.
A editable field is a widget that displays a user-editable value.
-
class pyface.fields.i_editable_field.MEditableField[source]
Bases: HasTraits
The editable field mix-in.
Classes which use this mixin should implement _observe_control_value to
connect a toolkit handler that calls _update_value.