-
Notifications
You must be signed in to change notification settings - Fork 3
2016 API dlibrary.dialog_predefined
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Used for predefined dialogs. Also for use by other modules.
builtins.object
........Alert(builtins.object)
................PlugInFileFileNotFoundErrorAlert(Alert)
................PlugInFileOsErrorAlert(Alert)
................PlugInFilePermissionErrorAlert(Alert)
................PlugInFileVsExceptionAlert(Alert)
........AlertType(builtins.object)
- CRITICAL = 0
- INFO = 2
- SUCCESS = 3
- WARNING = 1
d:\development\vw libraries\dlibrary\dlibrary\dialog_predefined.py