1XmParseMappingCreate(library call) XmParseMappingCreate(library call)
2
3
4
6 XmParseMappingCreate — A compound string function to create a parse
7 mapping
8
10 #include <Xm/Xm.h>
11 XmParseMapping XmParseMappingCreate(
12 ArgList arglist,
13 Cardinal argcount);
14
16 XmParseMappingCreate creates a parse mapping for use in a parse table.
17 This function allows the application to specify values for components
18 of the parse mapping 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 Returns the XmParseMapping object. The function allocates space to
30 hold the returned XmParseMapping object. The application is responsi‐
31 ble for managing the allocated space. The application can recover the
32 allocated space by calling XmParseMappingFree.
33
35 XmParseMapping(3), XmParseMappingFree(3), XmParseMappingGetValues(3),
36 XmParseMappingSetValues(3), XmParseTable(3), and XmString(3).
37
38
39
40 XmParseMappingCreate(library call)