Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-exit-button

Generic function

Summary

Returns the Exit button in the specified dialog.

Signature

dialog-exit-button dialog => exit-button

Arguments

dialog
An instance of type <dialog-frame>.

Values

exit-button
An instance of type false-or(<button>).

Library

duim-frames

Module

duim-frames

Description

Returns the Exit button 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-button, page 750

dialog-exit-button-setter, page 755

dialog-exit-enabled?, page 758

dialog-exit-callback, page 756

dialog-help-button, page 765


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index