[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Widget Writer's Guide


XmeWarning

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

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).


[ Previous | Next | Contents | Glossary | Home | Search ]