XtAppAddConverter(3Xt) XT FUNCTIONS XtAppAddConverter(3Xt)
NAME
XtAppAddConverter - register resource converter
SYNTAX
void XtAppAddConverter(appcontext, fromtype, totype,
converter, convertargs, numargs)
XtAppContext appcontext;
String fromtype;
String totype;
XtConverter converter;
XtConvertArgList convertargs;
Cardinal numargs;
ARGUMENTS
appcontext
Specifies the application context.
converter Specifies the type converter procedure.
convertargs
Specifies how to compute the additional argu-
ments to the converter or NULL.
fromtype Specifies the source type.
numargs Specifies the number of additional arguments to
the converter or zero.
totype Specifies the destination type.
DESCRIPTION
The XtAppAddConverter registers a the specified resource
converter.
SEE ALSO
XtConvert(3Xt), XtStringConversionWarning(3Xt)
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
X Version 11 Release 3 1