Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-icon

Generic function

Summary

Returns the icon associated with the specified frame.

Signature

frame-icon frame => icon

Arguments

frame
An instance of type <frame>.

Values

icon
An instance of type false-or(<image>).

Library

duim-frames

Module

duim-frames

Description

Returns the icon associated with frame. This is the icon used to represent the frame when it has been iconized. In Windows 95 and Windows NT 4.0, this icon is also visible in the left hand corner of the title bar of the frame when it is not iconized.

See also

deiconify-frame, page 744

frame-icon-setter, page 802

iconify-frame, page 823


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index