Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

set-sheet-edges

Generic function

Summary

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

Signature

set-sheet-edges sheet left top right bottom => ()

Arguments

sheet
An instance of type <sheet>.

left
An instance of type <integer>.

top
An instance of type <integer>.

right
An instance of type <integer>.

bottom
An instance of type <integer>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Sets the edges of sheet to top, left, right, and bottom. Each edge is specified relative to the corresponding edge of the parent of sheet. The layout of sheet is recalculated automatically.

See also

set-sheet-position, page 341

set-sheet-size, page 342

sheet-edges, page 352


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index