Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-children

Generic function

Summary

Returns a list of sheets that are the children of the specified sheet.

Signature

sheet-children sheet => sheets

Arguments

sheet
An instance of type <sheet>.

Values

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

Library

duim-sheets

Module

duim-sheets

Description

Returns a list of sheets that are the children of sheet. Some sheet classes support only a single child; in this case, the return value of sheet-children is a list of one element.

See also

do-sheet-children, page 256

sheet-child, page 349

sheet-children-setter, page 350


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index