Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-next-button-setter

Generic function

Summary

Specifies the Next button in the specified multi-page dialog.

Signature

dialog-next-button-setter next-button dialog => next-button

Arguments

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

dialog
An instance of type <dialog-frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Specifies the Next button in dialog. This 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-back-button-setter, page 748

dialog-exit-button, page 754

dialog-next-button, page 768

dialog-next-callback, page 770


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index