Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

remove-child

Generic function

Summary

Removes a child from the specified sheet.

Signature

remove-child sheet child => sheet

Arguments

sheet
An instance of type <sheet>.

child
An instance of type <sheet>.

Values

sheet
An instance of type <sheet>.

Library

duim-sheets

Module

duim-sheets

Description

Removes child from sheet. The remaining children in the sheet are laid out again appropriately.

See also

add-child, page 208

replace-child, page 338


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index