1XmCommandAppendValue(library call) XmCommandAppendValue(library call)
2
3
4
6 XmCommandAppendValue — A Command function that appends the passed
7 XmString to the end of the string displayed in the command area of the
8 widget
9
11 #include <Xm/Command.h>
12 void XmCommandAppendValue(
13 Widget widget,
14 XmString command);
15
17 XmCommandAppendValue appends the passed XmString to the end of the
18 string displayed in the command area of the Command widget.
19
20 widget Specifies the Command widget ID
21
22 command Specifies the passed XmString
23
24 For a complete definition of Command and its associated resources, see
25 XmCommand(3).
26
28 XmCommand(3).
29
30
31
32 XmCommandAppendValue(library call)