XtAppAddConverter(Xt) X Version 11 (Release 5) XtAppAddConverter(Xt)
6 January 1993
Name
XtAppAddConverter - register resource converter
Syntax
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;
Arguments
appcontext
Specifies the application context.
converter Specifies the type converter procedure.
convertargs
Specifies how to compute the additional arguments to the con-
verter 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 the specified resource converter.
See also
XtConvert(Xt) and XtStringConversionWarning(Xt).
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface