XmeWarning(3X) UNIX System V XmeWarning(3X)
NAME
XmeWarning - Writes a warning message to the standard error
stream
SYNOPSIS
#include <Xm/XmP.h>
void XmeWarning(
Widget widget,
char *message);
VERSION
This page documents Motif 2.1.
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 warningmessage
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).
Page 1 (printed 1/22/99)