Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

layout-border

Generic function

Summary

Returns the amount of whitespace around the children in a layout.

Signature

layout-border layout => border

Arguments

layout
An instance of type type-union(
<row-layout>, <column-layout>, <table-layout>,
<grid-layout>,
<stack-layout>)
.

Values

border
An instance of type <integer>.

Library

duim-layouts

Module

duim-layouts

Description

Returns the amount of whitespace, in pixels, around the children in layout.

Note that this function does not apply to pinboard layouts, because the positioning of the children in a pinboard layout is completely in the control of the programmer.

See also

layout-border-setter, page 471


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index