 |
Index for Section 3Xt |
|
 |
Alphabetical listing for X |
|
 |
Bottom of page |
|
XtInitializeWidgetClass(3Xt)
X11R6
NAME
XtInitializeWidgetClass - initialize a widget class
SYNOPSIS
void XtInitializeWidgetClass(object_class)
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
 |
Index for Section 3Xt |
|
 |
Alphabetical listing for X |
|
 |
Top of page |
|