Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

space-requirement-width

Generic function

Summary

Returns the preferred width of the specified space requirement.

Signature

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

Arguments

sheet
An instance of type <sheet>.

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

Values

width
An instance of type <number>.

Library

duim-layouts

Module

duim-layouts

Description

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

See also

space-requirement-max-width, page 488

space-requirement-min-width, page 489


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index