Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-fixed-width?

Generic function

Summary

Returns true if the width of the specified frame is not resizable.

Signature

frame-fixed-width? frame => fixed-width?

Arguments

frame
An instance of type <frame>.

Values

fixed-width?
An instance of type <boolean>.

Library

duim-frames

Module

duim-frames

Description

Returns true if the width of frame is not resizable.

Example

See also

frame-fixed-height?, page 801

frame-resizable?, page 813


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index