Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

add-child

Generic function

Summary

Adds a child to the specified sheet.

Signature

add-child sheet child #key index => sheet

Arguments

sheet
An instance of type <sheet>.

child
An instance of type <sheet>.

index
An instance of type false-or(<integer>).

Values

sheet
An instance of type <sheet>.

Library

duim-sheets

Module

duim-sheets

Description

Adds a child to sheet.

See also

remove-child, page 337

replace-child, page 338


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index