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