1XmCommandError(library call) XmCommandError(library call)
2
3
4
6 XmCommandError — A Command function that displays an error message
7
9 #include <Xm/Command.h>
10 void XmCommandError(
11 Widget widget,
12 XmString error);
13
15 XmCommandError displays an error message in the history area of the
16 Command widget. The XmString error is displayed until the next command
17 entered occurs.
18
19 widget Specifies the Command widget ID
20
21 error Specifies the passed XmString
22
23 For a complete definition of Command and its associated resources, see
24 XmCommand(3).
25
27 XmCommand(3).
28
29
30
31 XmCommandError(library call)