ModalDialog.NotifyDialog — A simple dialog that presents a message with an "OK" button.
Object ╰── BaseDialog.BaseDialog ╰── ModalDialog.ModalDialog ╰── ModalDialog.NotifyDialog
A notification dialog that displays a message to user. Destroys itself after user clicks "OK"
_init (string description);
string description
Constructor function.
description
label to display on the notify dialog