1XtVaCreateArgsList(3) XT FUNCTIONS XtVaCreateArgsList(3)
2
3
4
6 XtVaCreateArgsList - dynamically allocate a varargs list
7
9 XtVarArgsList XtVaCreateArgsList(XtPointer unused, ...);
10
12 unused Must be specified as NULL.
13
14 ... Specifies a variable parameter list of resource name and
15 value pairs.
16
18 The XtVaCreateArgsList function allocates memory and copies its argu‐
19 ments into a single list pointer, which may be used with XtVaNest‐
20 edList. The end of both lists is identified by a name entry containing
21 NULL. Any entries of type XtVaTypedArg are copied as specified without
22 applying conversions. Data passed by reference (including Strings) are
23 not copied, only the pointers themselves; the caller must ensure that
24 the data remain valid for the lifetime of the created varargs list. The
25 list should be freed using XtFree when no longer needed.
26
28 X Toolkit Intrinsics - C Language Interface
29 Xlib - C Language X Interface
30
31
32
33X Version 11 libXt 1.1.5 XtVaCreateArgsList(3)