Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtInitialiB(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtVaCreateWidget(1)

XtVaCreateManagedWidget(1)

 

Name

XtInitializeWidgetClass — initialize a widget class without creating any widgets. 

Synopsis

void XtInitializeWidgetClass(object_class)

      WidgetClass object_class;

Arguments

object_class
Specifies the object class to initialize; may be of class objectClass or any subclass thereof.

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 until XtInitializeWidgetClass is called.  This function is normally used so that the XtVaTypedArg feature of XtCreateWidget can be used to convert a resource value while creating the first instance of a particular widget class. 

See Also

XtVaCreateWidget(1), XtVaCreateManagedWidget(1). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026