Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-previous-page-setter

Generic function

Summary

Specifies the previous page in sequence for the specified multi-page dialog.

Signature

dialog-previous-page-setter previous-page dialog 
=> previous-page

Arguments

previous-page
An instance of type false-or(<page>).

dialog
An instance of type <dialog-frame>.

Values

previous-page
An instance of type false-or(<page>).

Library

duim-frames

Module

duim-frames

Description

Specifies the previous page in sequence for dialog. This is for use 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.

The default method for the Back button in dialog uses the value of this function. When the Back button is clicked, the current page is set to the previous logical page in the sequence, but you are free to dynamically change it as the state of the dialog changes.

See also

dialog-back-button, page 748

dialog-back-button-setter, page 748

dialog-back-callback, page 749

dialog-next-page-setter, page 774

dialog-previous-page, page 779


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index