Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-title

Generic function

Summary

Returns the title of the specified frame.

Signature

frame-title frame => title

Arguments

frame
An instance of type <frame>.

Values

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

Library

duim-frames

Module

duim-frames

Description

Returns the title of frame. If this is #f, then the title bar is removed from the frame, if this is possible. If this is not possible, then a default message is displayed. Whether the title bar can be removed from the frame or not is platform dependent.

See also

frame-title-setter, page 819


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index