Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

space-requirement-max-width

Generic function

Summary

Returns the maximum allowed width of the specified space requirement.

Signature

space-requirement-max-width sheet space-req => max-width

Arguments

sheet
An instance of type <sheet>.

space-req
An instance of type <space-requirement>.

Values

max-width
An instance of type <number>.

Library

duim-layouts

Module

duim-layouts

Description

Returns the maximum allowed width of space-req. This is the value of the max-width: init-keyword that was passed when the object was created.

See also

space-requirement-min-width, page 489

space-requirement-width, page 490


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index