logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XtInitializeWidgetClass - initialize a widget 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.

Name

       XtInitializeWidgetClass - initialize a widget class

See Also

XToolkitIntrinsics-CLanguageInterfaceXlib-CLanguageXInterface

X Version 11                                       libXt 1.2.1                        XtInitializeWidgetClass(3)

Syntax

       #include <X11/Intrinsic.h>

       void XtInitializeWidgetClass(WidgetClass object_class);

See Also