Name
XtWarningMsg — call the installed high-level warning handler.
Synopsis
void XtWarningMsg(name, type, class, default, params, num_params)
String name;
String type;
String class;
String default;
String ∗params;
Cardinal ∗num_params;
Arguments
nameSpecifies the general kind of error.
typeSpecifies the detailed name of the error.
classSpecifies the resource class.
defaultSpecifies the default message to use.
paramsSpecifies a pointer to a list of values to be stored in the message.
num_params
Specifies the number of values in the parameter list.
Description
XtWarningMsg has been superseded by XtAppWarningMsg. XtWarningMsg calls the currently installed high-level warning handler. This is the preferred method of delivering warning messages. The warning handler that gets invoked can manage details like international considerations and system-wide error logging.
Warnings are non-fatal and assumed to be informative.
The Intrinsics internal errors all have class XtToolkitError.
See Also
XtSetWarningHandler(1), XtSetWarningMsgHandler(1), XtWarning(1).