Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-children-overlapping-region

Generic function

Summary

Invokes a function on any children of the specified sheet whose regions overlap a specified region.

Signature

do-children-overlapping-region function sheet region => ()

Arguments

function
An instance of type <function>.

sheet
An instance of type <sheet>.

region
An instance of type <region>.

Values

None

Library

duim-sheets

Module

duim-sheets

Description

Invokes function on any children of sheet whose regions overlap region. This is used by children-overlapping-region to ascertain which children overlap region.

See also

children-overlapping-region, page 219

do-children-containing-position, page 253


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index