Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-back-button

Generic function

Summary

Returns the Back button in the specified multi-page dialog.

Signature

dialog-back-button dialog => back-button

Arguments

dialog
An instance of type <dialog-frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Returns the Back 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-back-callback, page 749

dialog-exit-button, page 754

dialog-help-button, page 765


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index