schrodinger.ui.sequencealignment.dialogs module¶
Implementation of common dialog boxes used by multiple sequence viewer, such as error dialog, warning dialog, query dialog. This module can be also safely used in text mode. TODO: Separate gui code and text code
Copyright Schrodinger, LLC. All rights reserved.
- schrodinger.ui.sequencealignment.dialogs.warning_dialog(title, text)[source]¶
Displays a warning dialog.
- schrodinger.ui.sequencealignment.dialogs.error_dialog(title, text)[source]¶
Displays an error dialog.