Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

children-overlapping-region

Generic function

Summary

Returns any children of the specified sheet whose regions overlap a specified region.

Signature

children-overlapping-region sheet region => sheets

Arguments

sheet
An instance of type <sheet>.

region
An instance of type <region>.

Values

sheets
An instance of type limited(<sequence>, of: <sheet>).

Library

duim-sheets

Module

duim-sheets

Description

Returns the list of enabled direct children of sheet whose region overlaps region.

See also

child-containing-position, page 218

do-children-overlapping-region, page 254


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index