Generic function
Specifies the previous page in sequence for the specified multi-page dialog.
dialog-previous-page-setter previous-page dialog
=> previous-page
false-or(<page>).
<dialog-frame>.
false-or(<page>).
duim-frames
duim-frames
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.
dialog-back-button-setter, page 748
dialog-back-callback, page 749