Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-next-enabled?

Generic function

Summary

Returns true if the Next button has been enabled for the specified multi-page dialog.

Signature

dialog-next-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 Next button has been enabled for dialog. This button is most useful in multi-page dialogs such as property frames and wizard frames, which typically have Back and Next buttons that let the user navigate forward and backward through the sequence of pages that comprise the dialog.

See also

<dialog-frame>, page 760

dialog-next-button, page 768

dialog-next-button-setter, page 769

dialog-next-enabled?-setter, page 772

dialog-next-callback, page 770


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index