Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

<grid-layout>

Open abstract instantiable class

Summary

The class of grid layouts.

Superclasses

<table-layout>

Init-keywords

cell-space-requirement:

An instance of type <space-requirement>.

Library

duim-layouts

Module

duim-layouts

Description

The class of grid layouts. A grid layout arranges its children in a grid, automatically calculating the size and placement of each child within the specified parameters.

The cell-space-requirement: init-keyword lets you specify the preferred space requirement for any individual cell in the grid layout.

Operations

None.

See also

<column-layout>, page 456

<row-layout>, page 480

<stack-layout>, page 491

<table-layout>, page 494


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index