Writes a warning message to the standard error stream
Format
#include <Xm/XmP.h> void XmeWarningWidget widgetchar *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 |
RELATED
XtAppWarningMsg(3).