Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-sheet-tree

Generic function

Summary

Runs a function on all the children in the hierarchy of the specified sheet.

Signature

do-sheet-tree 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 a function on all the children in the hierarchy of the specified sheet. The function is run on sheet, then on the children of sheet, then on the children of the children of sheet, and so on.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index