Generic function
Returns the next page in sequence for the specified multi-page dialog.
dialog-next-page dialog => next-page
<dialog-frame>.
false-or(<page>).
duim-frames
duim-frames
Returns the next 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 Next button in dialog uses the value of this function. When the Next button is clicked, the current page is set to the next logical page in the sequence, but you are free to dynamically change it as the state of the dialog changes.
dialog-next-button-setter, page 769
dialog-next-callback, page 770