Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

set-sheet-size

Generic function

Summary

Sets the size of the specified sheet.

Signature

set-sheet-size sheet width height => ()

Arguments

sheet
An instance of type <sheet>.

width
An instance of type <integer>.

height
An instance of type <integer>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Sets the size of sheet. The layout of sheet is recalculated automatically.

See also

set-sheet-edges, page 341

set-sheet-position, page 341


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index