1XmCreateDropDownList(library call) XmCreateDropDownList(library call)
2
3
4
6 XmCreateDropDownList — The Drop-down list ComboBox widget creation
7 function
8
10 #include <Xm/ComboBox.h>
11 Widget XmCreateDropDownList(
12 Widget parent,
13 String name,
14 ArgList arglist,
15 Cardinal arg_count);
16
18 XmCreateDropDownList creates an instance of a ComboBox widget of XmN‐
19 comboBoxType XmDROP_DOWN_LIST and returns the associated widget ID.
20
21 parent Specifies the parent widget ID.
22
23 name Specifies the name of the created widget.
24
25 arglist Specifies the argument list.
26
27 arg_count Specifies the number of attribute/value pairs in the argument
28 list (arglist).
29
30 For a complete definition of ComboBox and its associated resources, see
31 XmComboBox(3).
32
34 Returns the ComboBox widget ID.
35
37 XmComboBox(3).
38
39
40
41 XmCreateDropDownList(library call)