Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

replace-child

Generic function

Summary

Replaces a child from the specified sheet with a new one.

Signature

replace-child sheet old-child new-child => sheet

Arguments

sheet
An instance of type <sheet>.

old-child
An instance of type <object>.

new-child
An instance of type <object>.

Values

sheet
An instance of type <sheet>.

Library

duim-sheets

Module

duim-sheets

Description

Replaces old-child with new-child in sheet. The children in the sheet are laid out again appropriately.

See also

add-child, page 208

remove-child, page 337


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index