1XtAppAddConverter(3)      XT COMPATIBILITY FUNCTIONS      XtAppAddConverter(3)
2
3
4

NAME

6       XtAppAddConverter, XtAddConverter - register resource converter
7

SYNTAX

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

ARGUMENTS

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

DESCRIPTION

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

SEE ALSO

43       XtConvert(3), XtStringConversionWarning(3)
44       X Toolkit Intrinsics - C Language Interface
45       Xlib - C Language X Interface
46
47
48
49X Version 11                      libXt 1.1.5             XtAppAddConverter(3)
Impressum