Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-cancel-callback-setter

Generic function

Summary

Sets the function invoked when the cancel button is clicked in the specified dialog.

Signature

dialog-cancel-callback-setter callback dialog => callback

Arguments

callback
An instance of type false-or(<command>, <function>). Default value: cancel-dialog.

dialog
An instance of type <dialog-frame>.

Values

callback
An instance of type false-or(<command>, <function>).

Library

duim-frames

Module

duim-frames

Description

Sets the function invoked when the cancel button is clicked in dialog.

See also

dialog-cancel-button, page 750

dialog-cancel-button-setter, page 751

dialog-exit-callback, page 756

dialog-help-callback, page 767


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index