Next Previous Up Top Contents Index

7.3 DUIM-Layouts Module

relayout-parent

Generic function

Summary

Lays out the parent of the specified sheet again.

Library

duim-layouts

Module

duim-layouts

Signature

relayout-parent sheet #key width height => ()

Arguments

sheet
An instance of type <sheet>.

width
An instance of type <integer>.

height
An instance of type <integer>.

Values

None.

Description

Lays out the parent of sheet again. If width and height are specified, then the parent is laid out in accordance with these dimensions.

See also

relayout-children, page 479


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index