x11r4 man page for xtinitializewidgetclass

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)

NAME
XtInitializeWidgetClass - initialize a widget class
SYNTAX
void XtInitializeWidgetClass(WidgetClass object_class);
ARGUMENTS
object_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 converters, these type converters are not available until the first object of the class or subclass is created or XtInitializeWidgetClass is called.
SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 libXt 1.0.5 XtInitializeWidgetClass(3)