XT FUNCTIONS XtInitializeWidgetClass(3xt)
NAME
XtInitializeWidgetClass - initialize a widget class
SYNTAXcc [ flag... ] file... -lXt [ library... ]
void XtInitializeWidgetClass(WidgetClass object_class);
ARGUMENTSobject_class
Specifies the object class to initialize.DESCRIPTION
If the specified widget class is already initialized,XtInitializeWidgetClass returns immediately.
If the class initialization procedure registers type con-
verters, these type converters are not available until the first object of the class or subclass is created orXtInitializeWidgetClass is called.
SEE ALSO
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 1