pyface.fields.i_image_field module
The image field interface.
-
class pyface.fields.i_image_field.IImageField(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]
Bases: IField
The image field interface.
This is for a field that edits a IImage value.
-
value = Image()
The current value of the image field
-
class pyface.fields.i_image_field.MImageField[source]
Bases: HasTraits
Mixin class for ImageField implementations
-
value = Image()
The current value of the image field