Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-apply-button-setter

Generic function

Summary

Specifies the Apply button in the specified dialog.

Signature

dialog-apply-button-setter apply-button dialog => apply-button

Arguments

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

dialog
An instance of type <dialog-frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Specifies the Apply button in dialog. As well as having OK and Cancel buttons, many dialogs also have an Apply button that lets the user apply the changes that have been made in the dialog, without removing the dialog from the screen itself.

See also

dialog-cancel-button, page 750

dialog-apply-button, page 745

dialog-apply-callback, page 747

dialog-help-button, page 765


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index