Name

XmeWarning — Writes a warning message to the standard error stream

Synopsis

#include <Xm/XmP.h>
void XmeWarning(widget, message);

DESCRIPTION

XmeWarning writes a warning message to standard error. This warning message is purely informational; calling XmeWarning does not kill the client.

The warning message has the following format:

	Warning:
	Name: name of object detecting this warning
	Class: name of widget class detecting this warning
	message


widget 

Specifies the widget claiming responsibility for this warning message.

message 

Specifies the warning message. This message can span multiple lines. The entire warning (everything from the word Warning: to the last character in message) cannot exceed 1024 characters in length.

RELATED

XtAppWarningMsg(3).