Important: The information in this document is obsolete and should not be used for new development.
ClipAbove
The Window Manager uses theClipAboveprocedure to determine the clip region of the Window Manager port for displaying a window.
PROCEDURE ClipAbove (window: WindowPeek);
window- A pointer to the window's complete window record.
DESCRIPTION
TheClipAboveprocedure sets the clip region of the Window Manager port to
be the area of the desktop that intersects the current clip region, minus the
structure regions of all the windows in front of the specified window.The
ClipAboveprocedure retrieves the desktop region from the global
variableGrayRgn.