Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-sheet-children

Generic function

Summary

Runs a function on all the immediate children of the specified sheet.

Signature

do-sheet-children function sheet => ()

Arguments

function
An instance of type <function>.

sheet
An instance of type <sheet>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Runs function on all the immediate children of sheet. This function calls sheet-children to find the children of sheet.

See also

sheet-children, page 350


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index