Important: The information in this document is obsolete and should not be used for new development.
InitDialogs
Use theInitDialogs
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, callInitDialogs
once before all other Dialog Manager routines. TheInitDialogs
procedure does the following initialization: