Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

start-dialog

Generic function

Summary

Displays a DUIM frame as a dialog box.

Signature

start-dialog dialog => #rest values

Arguments

dialog
An instance of type <dialog-frame>.

Values

values
Instances of type <object>.

Library

duim-frames

Module

duim-frames

Description

Displays a DUIM frame as a dialog box.

The function start-dialog dynamically binds an <abort> restart around the event loop for the dialog that is started. The restart allows the event loop to be re-entered, and enables any callbacks run from the dialog to signal an <abort> (via the abort function, for instance), in order to terminate execution of the current callback and return to event processing. This facility is useful for implementing operations that cancel gestures and for debugging DUIM applications from Dylan debuggers.

See also

cancel-dialog, page 714

<dialog-frame>, page 760

exit-dialog, page 783

start-frame, page 850


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index