Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-title-setter

Generic function

Summary

Sets the title of the specified frame.

Signature

frame-title-setter title frame => title

Arguments

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

frame
An instance of type <frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Sets the title of frame. The title of a frame is displayed in the title bar of the frame. If title is #f, then the platform attempts to remove the title bar from the frame, if possible.

See also

frame-title, page 818


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index