XT COMPATIBILITY FUNCTIONS XtStringConversionWarning(3xt)
NAME
XtStringConversionWarning - issue a conversion warning mes-
sage SYNTAXcc [ flag... ] file... -lXt [ library... ]
void XtStringConversionWarning(String src, String dst_type);
ARGUMENTS src Specifies the string that could not be converted.dst_type Specifies the name of the type to which the string
could not be converted.DESCRIPTION
The XtStringConversionWarning function issues a warning mes-
sage with name ``conversionError'', type ``string'', class ``XtToolkitError, and the default message string ``Cannotconvert "src" to type dst_type''.
XtStringConversionWarning has been replaced by XtDisplayS-
tringConversionWarning.SEE ALSO
XtAppAddConverter(3Xt), XtAppErrorMsg(3t), XtConvert(3Xt), XtDisplayStringConversionWarning(3Xt)X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|___________________________________|
| Availability | x11/library/toolkit/libxt ||_____________________________|___________________________________|
| Interface Stability | Committed ||_____________________________|___________________________________|
| MT-Level | See XtToolkitThreadInitialize(3XT)|
|_____________________________|___________________________________|
X Version 11 Last change: libXt 1.0.8 1