XtWidgetClassProc() XtWidgetClassProc()
Name
XtWidgetClassProc - interface definition for the class_part_initialize() method.
Synopsis
typedef void (*XtWidgetClassProc)(WidgetClass);
WidgetClass class;
Inputs
class Specifies a pointer to the widget class structure.
Description
XtWidgetClassProc is the type of the Object, RectObj, and Core class_part_initialize() method. See class_part_initialize(4) for more
information.
See Also
class_part_initialize(4).
Xt - Widget Method Prototypes XtWidgetClassProc()