Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-position

Generic function

Summary

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

Signature

sheet-position sheet => x y

Arguments

sheet
An instance of type <sheet>.

Values

x
An instance of type <real>.

y
An instance of type <real>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the position of sheet. The position is represented by the coordinate (x,y), as measured relative to the parent of sheet, or relative to the top left of the screen if sheet has no parent.

See also

set-sheet-position, page 341

sheet-edges, page 352

sheet-parent, page 357

sheet-size, page 361

sheet-transform, page 363


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index