Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-children-setter

Generic function

Summary

Sets the children of the specified sheet.

Signature

sheet-children-setter children sheet => sheets

Arguments

children
An instance of type limited(<sequence>, of: <sheet>).

sheet
An instance of type <sheet>.

Values

children
An instance of type limited(<sequence>, of: <sheet>).

Library

duim-sheets

Module

duim-sheets

Description

Sets the children of sheet. Some sheet classes support only a single child; in this case, children is a list of one element.

See also

sheet-children, page 350

sheet-child-setter, page 351


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index