Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-status-message-setter

Generic function

Summary

Sets the status message for the specified frame.

Signature

frame-status-message status-message frame => status-message

Arguments

status-message
An instance of type false-or(<string>).

frame
An instance of type <frame>.

Values

status-message
An instance of type false-or(<string>).

Library

duim-frames

Module

duim-frames

Description

Sets the status message for frame. This is the label in the status bar for the frame. If the frame has no status bar, then attempting to set the label fails silently.

See also

frame-status-bar-setter, page 816

frame-status-message, page 817

<status-bar>, page 651


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index