Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-exit-callback

Generic function

Summary

Returns the callback invoked when the Exit button is clicked in the specified dialog.

Signature

dialog-exit-callback dialog => callback

Arguments

dialog
An instance of type <dialog-frame>.

Values

callback
An instance of type false-or(type-union(<command>, <function>)). Default value: exit-dialog.

Library

duim-frames

Module

duim-frames

Description

Returns the callback invoked when the Exit button is clicked in dialog. The Exit button is commonly found in multi-page dialogs, where the user is given the option to exit the sequence at any point (as well as navigate through the sequence using Next and Back buttons).

See also

dialog-cancel-callback, page 752

dialog-exit-button, page 754

dialog-exit-button-setter, page 755

dialog-exit-callback-setter, page 757

dialog-help-callback, page 767


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index