Next Previous Up Top Contents Index

9.4 DUIM-Frames Module

frame-owner

Generic function

Summary

Returns the controlling frame for the specified frame.

Signature

frame-owner frame => owner

Arguments

frame
An instance of type <frame>.

Values

owner
An instance of type false-or(<frame>).

Library

duim-frames

Module

duim-frames

Description

Returns the controlling frame for frame. The controlling frame for any hierarchy of existing frames is the one that owns the thread in which the frames are running. Thus, the controlling frame for frame is not necessarily its direct owner: it may be the owner of frame's owner, and so on, depending on the depth of the hierarchy.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index