Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

set-sheet-position

Generic function

Summary

Sets the position of the specified sheet relative to its parent.

Signature

set-sheet-position sheet x y => ()

Arguments

sheet
An instance of type <sheet>.

x
An instance of type <real>.

y
An instance of type <real>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Sets the position of sheet to (x, y) relative to the position of its parent. The layout of sheet is recalculated automatically.

See also

set-sheet-edges, page 341

set-sheet-size, page 342

sheet-position, page 359


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index