1XtAppAddConverter(3x) XT COMPATIBILITY FUNCTIONS XtAppAddConverter(3x)
2
3
4
6 XtAppAddConverter, XtAddConverter - register resource converter
7
9 void XtAppAddConverter(XtAppContext app_context, String from_type,
10 String to_type, XtConverter converter, XtConvertArgList con‐
11 vert_args, Cardinal num_args);
12
13 void XtAddConverter(String from_type, String to_type, XtConverter con‐
14 verter, XtConvertArgList convert_args, Cardinal num_args);
15
17 app_context
18 Specifies the application context.
19
20 converter Specifies the type converter procedure.
21
22 convert_args
23 Specifies how to compute the additional arguments to the con‐
24 verter or NULL.
25
26 from_type Specifies the source type.
27
28 num_args Specifies the number of additional arguments to the converter
29 or zero.
30
31 to_type Specifies the destination type.
32
34 XtAppAddConverter is equivalent in function to XtAppSetTypeConverter
35 with cache_type equal to XtCacheAll for old-format type converters. It
36 has been superseded by XtAppSetTypeConverter.
37
38 XtAddConverter is equivalent in function to XtSetTypeConverter with
39 cache_type equal to XtCacheAll for old-format type converters. It has
40 been superseded by XtSetTypeConverter.
41
43 XtConvert(3Xt), XtStringConversionWarning(3Xt)
44 X Toolkit Intrinsics - C Language Interface
45 Xlib - C Language X Interface
46
47
48
49X Version 11 libXt 1.0.4 XtAppAddConverter(3x)