Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Macintosh Toolbox Essentials /
Chapter 4 - Window Manager / Window Manager Reference
Window Manager Routines / Low-Level Routines


CalcVis

The Window Manager uses the CalcVis procedure to calculate the visible region
of a window.

PROCEDURE CalcVis (window: WindowPeek);
window
A pointer to the window's complete window record.
DESCRIPTION
The CalcVis procedure calculates the visible region of the specified window by starting with its content region and subtracting the structure region of each window in front of it.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996