TOOLKIT INITIALIZATION ROUTINE(3W) — OLIT
SYNOPSIS
#include <Xlib.h>
#include <OpenLook.h>
Widget OlInitialize(shell_name, application_class, options,
num_options, argc, argv)
String shell_name;
String application_class;
XrmOptionDescRec ∗options;
Cardinal num_options;
Cardinal ∗argc;
String argv[];
OlInitialize(...);
DESCRIPTION
Use Mandatory in all Applications
This initialization routine must be called by each application before any OPEN LOOK widgets are created or other OPEN LOOK routines are used.
The arguments to this routine are similar to the arguments to the standard XtInitialize() routine.
Sun Release 4.1 — Last change: 1/8/90