Query: xtinitializewidgetclass
OS: x11r4
Section: 3
Links: x11r4 man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtInitializeWidgetClass(3) XT FUNCTIONS XtInitializeWidgetClass(3)NAMEXtInitializeWidgetClass - initialize a widget classSYNTAXvoid XtInitializeWidgetClass(WidgetClass object_class);ARGUMENTSobject_class Specifies the object class to initialize.DESCRIPTIONIf 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 XtInitializeWidgetClass is called.SEE ALSOX Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 libXt 1.0.5 XtInitializeWidgetClass(3)