Next Previous Up Top Contents Index

5.3 Defining the callbacks

5.3.4 Creating an information dialog

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;


Building Applications Using DUIM - 26 May 1999

Next Previous Up Top Contents Index