1XtDisplayStringConversionWarning(3X)T FUNCTIONXStDisplayStringConversionWarning(3)
2
3
4
6 XtDisplayStringConversionWarning - issue a conversion warning message
7
9 #include <X11/Intrinsic.h>
10
11 void XtDisplayStringConversionWarning(Display* display, const char
12 *from_value, const char *to_type);
13
15 display Specifies the display connection with which the conversion is
16 associated.
17
18 from_value
19 Specifies the string that could not be converted.
20
21 to_type Specifies the target representation type requested.
22
24 The XtDisplayStringConversionWarning function issues a warning message
25 using XtAppWarningMsg with name “conversionError”, type “string”, class
26 “XtToolkitError”, and the default message string “Cannot convert
27 "from_value" to type to_type”.
28
29 To issue other types of warning or error messages, the type converter
30 should use XtAppWarningMsg or XtAppErrorMsg.
31
33 XtAppWarningMsg(3t)
34 X Toolkit Intrinsics - C Language Interface
35 Xlib - C Language X Interface
36
37
38
39X Version 11 libXt 1.2.X1tDisplayStringConversionWarning(3)