Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-resizable?

Generic function

Summary

Returns true if the specified frame is resizable.

Signature

frame-resizable? frame => resizable?

Arguments

frame
An instance of type <frame>.

Values

resizable?
An instance of type <boolean>.

Library

duim-frames

Module

duim-frames

Description

Returns true if frame is resizable, that is can have one or both of its width and height modified by the user.

Example

See also

frame-fixed-height?, page 801

frame-fixed-width?, page 801


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index