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

NAME

6       XmParseMappingGetValues  —  A  compound  string  function  to  retrieve
7       attributes of a parse mapping
8

SYNOPSIS

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

DESCRIPTION

17       XmParseMappingGetValues  retrieves  attributes  of  an   XmParseMapping
18       object,  using  a  resource-style  argument list.  If the XmNsubstitute
19       resource is in the arglist, the function will allocate  space  to  hold
20       the returned XmString value.  The application is responsible for manag‐
21       ing this allocated space.  The application can  recover  the  allocated
22       space by calling XmStringFree.
23
24       arglist   Specifies the argument list
25
26       argcount  Specifies the number of attribute/value pairs in the argument
27                 list (arglist)
28
29       For  a  complete  definition  of  XmParseMapping  and  its   associated
30       resources, see XmParseMapping(3).
31
33       XmParseMapping(3),    XmParseMappingCreate(3),   XmParseMappingFree(3),
34       XmParseMappingSetValues(3), XmParseTable(3), and XmString(3).
35
36
37
38                                         XmParseMappingGetValues(library call)
Impressum