OlInitialize(3W) UNIX System V OlInitialize(3W)
NAME
OlInitialize - a mandatory routine that must be called by every
application
SYNOPSIS
#include <Xlib.h>
#include <OpenLook.h>
Widget OlInitialize(shellname, applicationclass, options,
numoptions, argc, argv)
String shellname;
String applicationclass;
XrmOptionDescRec *options;
Cardinal numoptions;
Cardinal *argc;
String argv[];
OlInitialize(...);
DESCRIPTION
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.
10/89 Page 1