1XtDisplayStringConversionWarning(3X)T FUNCTIONXStDisplayStringConversionWarning(3)
2
3
4

NAME

6       XtDisplayStringConversionWarning - issue a conversion warning message
7

SYNTAX

9       void XtDisplayStringConversionWarning(Display* display, String
10              from_value, to_type);
11

ARGUMENTS

13       display   Specifies the display connection with which the conversion is
14                 associated.
15
16       from_value
17                 Specifies the string that could not be converted.
18
19       to_type   Specifies the target representation type requested.
20

DESCRIPTION

22       The XtDisplayStringConversionWarning function issues a warning message
23       using XtAppWarningMsg with name ``conversionError'', type ``string'',
24       class ``XtToolkitError, and the default message string ``Cannot convert
25       "from_value" to type to_type''.
26
27       To issue other types of warning or error messages, the type converter
28       should use XtAppWarningMsg or XtAppErrorMsg.
29

SEE ALSO

31       XtAppWarningMsg(3t)
32       X Toolkit Intrinsics - C Language Interface
33       Xlib - C Language X Interface
34
35
36
37X Version 11                      libXt 1.1.X5tDisplayStringConversionWarning(3)
Impressum