Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-apply-button

Generic function

Summary

Returns the Apply button in the specified dialog.

Signature

dialog-apply-button dialog => apply-button

Arguments

dialog
An instance of type <dialog-frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Returns 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-setter, page 746

dialog-apply-callback, page 747

dialog-help-button, page 765


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index