Name
XtStringConversionWarning — emit boilerplate string conversion error message.
Synopsis
void XtStringConversionWarning(src, dst_type)
String src, dst_type;
Arguments
srcSpecifies the string that could not be converted.
dst_typeSpecifies the name of the type to which the string could not be converted.
Description
XtStringConversionWarning has been superseded by XtDisplayStringConversionWarning. XtStringConversionWarning is a convenience routine for use in old-style resource converters that convert from strings. It issues a warning message with the name conversionError, type string, class XtToolkitError, and default message string:
"Cannot convert src to type dst_type"
It can be used by a conversion routine to announce a nonfatal conversion error.