pyface.i_about_dialog module¶
The interface for a simple ‘About’ dialog.
- class pyface.i_about_dialog.IAboutDialog(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
IDialog
The interface for a simple ‘About’ dialog.
- additions = List(Str)¶
Additional strings to be added to the dialog.
- copyrights = List(Str)¶
Additional copyright strings to be added above the standard ones.
- image = Image()¶
The image displayed in the dialog.
- class pyface.i_about_dialog.MAboutDialog[source]¶
Bases:
HasTraits
The mixin class that contains common code for toolkit specific implementations of the IAboutDialog interface.
- additions = List(Str)¶
Additional strings to be added to the dialog.
- copyrights = List(Str)¶
Additional copyright strings to be added above the standard ones.
- image = Image()¶
The image displayed in the dialog.