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