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


SaveOld

The Window Manager uses the SaveOld procedure to save a window's current structure and content regions preparatory to updating the window.

PROCEDURE SaveOld (window: WindowPeek);
window
A pointer to the window's complete window record.
DESCRIPTION
The SaveOld procedure saves the specified window's current structure region and content region for the DrawNew procedure. Each call to SaveOld must be balanced
by a subsequent call to DrawNew.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996