#include <X11/Intrinsic.h>#include <X11/Vendor.h>#include <X11/Xaw3d/XawInit.h>Include dependency graph for XawInit.c:

Go to the source code of this file.
Functions | |
| void | XawInitializeWidgetSet () |
| void XawInitializeWidgetSet | ( | ) |
Definition at line 41 of file XawInit.c.
References vendorShellWidgetClass.
Referenced by ClassInit(), and ClassInitialize().
00042 { 00043 static int firsttime = 1; 00044 00045 if (firsttime) { 00046 firsttime = 0; 00047 XtInitializeWidgetClass (vendorShellWidgetClass); 00048 } 00049 }
Here is the caller graph for this function:

1.5.1