1XtStringConversionWarning(3X)T COMPATIBILITY FUNCTIONXStStringConversionWarning(3)
2
3
4
6 XtStringConversionWarning - issue a conversion warning message
7
9 #include <X11/Intrinsic.h>
10
11 void XtStringConversionWarning(const char *src, const char *dst_type);
12
14 src Specifies the string that could not be converted.
15
16 dst_type Specifies the name of the type to which the string could not
17 be converted.
18
20 The XtStringConversionWarning function issues a warning message with
21 name ``conversionError'', type ``string'', class ``XtToolkitError, and
22 the default message string ``Cannot convert "src" to type dst_type''.
23
24 XtStringConversionWarning has been replaced by XtDisplayStringConver‐
25 sionWarning.
26
28 XtAppAddConverter(3), XtAppErrorMsg(3t), XtConvert(3), XtDisplayString‐
29 ConversionWarning(3)
30 X Toolkit Intrinsics - C Language Interface
31 Xlib - C Language X Interface
32
33
34
35X Version 11 libXt 1.1.5.1 XtStringConversionWarning(3)