1XmCreateDropDown(library call) XmCreateDropDown(library call)
2
3
4
6 XmCreateDropDown — The default DropDown widget creation function
7
9 #include <Xm/DropDown.h>
10 Widget XmCreateDropDown(
11 Widget parent,
12 String name,
13 ArgList arglist,
14 Cardinal arg_count);
15
17 XmCreateDropDown creates an instance of a DropDown widget and returns
18 the associated widget ID.
19
20 parent Specifies the parent widget ID.
21
22 name Specifies the name of the created widget.
23
24 arglist Specifies the argument list.
25
26 arg_count Specifies the number of attribute/value pairs in the argument
27 list (arglist).
28
29 For a complete definition of DropDown and its associated resources, see
30 XmDropDown(3).
31
33 Returns the DropDown widget ID.
34
36 XmDropDown(3).
37
38
39
40 XmCreateDropDown(library call)