XtAppAddConverter(3Xt) SDK X11 R4.11MU05 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 arguments 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
Licensed material--property of copyright holder(s)