The following function displays a simple dialog box that provides information about the application. This dialog is displayed when you choose the
Help > About menu command.
define function about-task (gadget :: <gadget>) => ()
notify-user("Task List Manager", owner: sheet-frame(gadget))
end function about-task;