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 6 - Dialog Manager / Dialog Manager Reference
Dialog Manager Routines / Initializing the Dialog Manager


InitDialogs

Use the InitDialogs procedure to initialize the Dialog Manager.

PROCEDURE InitDialogs (resumeProc:  ResumeProcPtr);
resumeProc
A pointer to a procedure used by the System Error Handler in case a fatal system error occurs on a system that predates MultiFinder. For System 7, your application should set this parameter to NIL.
DESCRIPTION
Before using the Dialog Manager, you must initialize QuickDraw, the Font Manager,
the Window Manager, the Menu Manager, and TextEdit, in that order. Then, to
initialize the Dialog Manager, call InitDialogs once before all other Dialog Manager routines. The InitDialogs procedure does the following initialization:


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996