1XmCommandSetValue(library call)                XmCommandSetValue(library call)
2
3
4

NAME

6       XmCommandSetValue — A Command function that replaces a displayed string
7

SYNOPSIS

9       #include <Xm/Command.h>
10       void XmCommandSetValue(
11       Widget widget,
12       XmString command);
13

DESCRIPTION

15       XmCommandSetValue  replaces the string displayed in the command area of
16       the Command widget with the passed XmString.
17
18       widget    Specifies the Command widget ID
19
20       command   Specifies the passed XmString
21
22       For a complete definition of Command and its associated resources,  see
23       XmCommand(3).
24
26       XmCommand(3).
27
28
29
30                                               XmCommandSetValue(library call)
Impressum