'\"macro stdmacro
.if n .pH g3w.olTolkitInit @(#)olTolkitInit	40.3 of 1/8/90
.ds oS INIT
.nr oN 0
.nr X
.if \nX=0 .ds x} ""TOOLKIT INITIALIZATION ROUTINE" 3W "\&"
.if \nX=1 .ds x} ""TOOLKIT INITIALIZATION ROUTINE" 3W
.if \nX=2 .ds x} ""TOOLKIT INITIALIZATION "" "\&"
.if \nX=3 .ds x} ""TOOLKIT "" "" "\&"
.TH \*(x}
.SH "SYNOPSIS"
.nf
\f4#include <Xlib.h>
#include <OpenLook.h>
.P
\f4Widget OlInitialize(shell_name, application_class, options,
.ti +5n
.br
num_options, argc, argv)
String shell_name;
String application_class;
XrmOptionDescRec *options;
Cardinal num_options;
Cardinal *argc;
String argv[];
.sp
\f4OlInitialize(...);
.P
.fi
.SH "DESCRIPTION"
.sp
\f3Use Mandatory in all Applications\f1
.P
This initialization routine must be
called by each application before any OPEN LOOK widgets are
created or other OPEN LOOK routines are used.
.P
The arguments to this routine are similar to the arguments to
the standard \f4XtInitialize()\f1 routine.
