XtAppAddConverter(3Xt) XtAppAddConverter(3Xt)NAME XtAppAddConverter - registers resource converters SYNOPSIS void XtAppAddConverter(app-context, from-type, to-type, converter, convert-args, num-args) XtAppContext app-context; String from-type; String to-type; XtConverter converter; XtConvertArgList convert-args; Cardinal num-args; DESCRIPTION The XtAppAddConverter registers the specified resource con- verter. Arguments This function accepts the following arguments: app-context Specifies the application context. converter Specifies the type converter procedure. convert-args Specifies how to compute the additional arguments to the converter or NULL. from-type Specifies the source type. num-args Specifies the number of additional arguments to the converter or 0. to-type Specifies the destination type. SEE ALSO XtConvert(3Xt), XtStringConversionWarning(3Xt)X Toolkit Intrinsics - C Language InterfaceXlib - C Language Interface November, 1990 1