Name
XtInitializeWidgetClass — initialize a widget class without creating any widgets.
Synopsis
void XtInitializeWidgetClass(object_class)
WidgetClass object_class;
Arguments
object_class
Specifies the object class to initialize; may be of class objectClass or any subclass thereof.
Description
If the specified widget class is already initialized, XtInitializeWidgetClass returns immediately.
If the class initialization procedure registers type converters, these type converters are not available until the first object of the class or subclass is created or until XtInitializeWidgetClass is called. This function is normally used so that the XtVaTypedArg feature of XtCreateWidget can be used to convert a resource value while creating the first instance of a particular widget class.