XawInit.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

_XFUNCPROTOBEGIN void XawInitializeWidgetSet ()


Function Documentation

_XFUNCPROTOBEGIN 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:


Generated on Sun Mar 4 16:03:23 2007 for Scilab [trunk] by  doxygen 1.5.1