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

NAME

6       XmParseMappingSetValues  — A compound string function to set attributes
7       of a parse mapping
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       void XmParseMappingSetValues(
12       XmParseMapping parse_mapping,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmParseMappingSetValues  specifies  attributes  of  an   XmParseMapping
18       object, using a resource-style argument list.
19
20       arglist   Specifies the argument list
21
22       argcount  Specifies the number of attribute/value pairs in the argument
23                 list (arglist)
24
25       For  a  complete  definition  of  XmParseMapping  and  its   associated
26       resources, see XmParseMapping(3).
27
29       XmParseMapping(3),    XmParseMappingCreate(3),   XmParseMappingFree(3),
30       XmParseMappingGetValues(3), XmParseTable(3), and XmString(3).
31
32
33
34                                         XmParseMappingSetValues(library call)
Impressum