/ . / chimera / baseDialog.py
- baseDialog
- provide dialog framework for chimera dialogs
The ModalDialog and ModelessDialog classes share several charactistics:
- each are configured via instance variables
the names of the buttons correspond to methods
one button may be highlighted as the default button
* the dialogs are designed to be created once and reused
|