Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

$fill

Constant

Summary

Default value for width and height init-keywords for layout panes.

Type

<integer> 

Value

100000

Library

duim-layouts

Module

duim-layouts

Description

This constant is used as the default value for any width: and height: init-keywords in layout panes.

These defaults gives the intuitive behavior that specifying only the width or height of a pane causes it to be allocated at least that much space, and it may be given extra space if there is extra space in the layout. This default behavior can be changed if either the min-width: or min-height: init-keywords are specified explicitly.

See also

make, page 474


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index