Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

space-requirement-min-width

Generic function

Summary

Returns the minimum allowed width of the specified space requirement.

Signature

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

Arguments

sheet
An instance of type <sheet>.

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

Values

min-width
An instance of type <number>.

Library

duim-layouts

Module

duim-layouts

Description

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

See also

space-requirement-max-width, page 488

space-requirement-width, page 490


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index