Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-exit-enabled?

Generic function

Summary

Returns true if the Exit button has been enabled for the specified dialog.

Signature

dialog-exit-enabled? dialog => enabled?

Arguments

dialog
An instance of type <dialog-frame>.

Values

enabled?
An instance of type <boolean>.

Library

duim-frames

Module

duim-frames

Description

Returns true if the Exit button has been enabled for 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-exit-button, page 754

dialog-exit-button-setter, page 755

dialog-exit-enabled?-setter, page 759

dialog-exit-callback, page 756


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index