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