Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

dialog-help-button

Generic function

Summary

Returns the Help button in the specified dialog.

Signature

dialog-help-button dialog => help-button

Arguments

dialog
An instance of type <dialog-frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Returns the Help button in dialog. Many dialogs contain a Help button that, when clicked, displays a relevant topic from the online help system for the application.

See also

dialog-cancel-button, page 750

dialog-exit-button, page 754

dialog-help-button-setter, page 766

dialog-help-callback, page 767


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index