1XmCreateSelectionBox(library call)          XmCreateSelectionBox(library call)
2
3
4

NAME

6       XmCreateSelectionBox — The SelectionBox widget creation function
7

SYNOPSIS

9       #include <Xm/SelectioB.h>
10       Widget XmCreateSelectionBox(
11       Widget parent,
12       String name,
13       ArgList arglist,
14       Cardinal argcount);
15

DESCRIPTION

17       XmCreateSelectionBox creates an unmanaged SelectionBox.  A SelectionBox
18       is used to get a selection from a list of alternatives  from  the  user
19       and includes the following:
20
21          ·  A scrolling list of alternatives
22
23          ·  An editable text field for the selected alternative
24
25          ·  Labels for the list and text field
26
27          ·  Three or four buttons
28
29       The  default  button  labels  are OK, Cancel, and Help.  By default, an
30       Apply button is also created. If the parent of the  SelectionBox  is  a
31       DialogShell, it is managed; otherwise it is unmanaged.  Additional work
32       area children may be added to the SelectionBox after creation.
33
34       parent    Specifies the parent widget ID
35
36       name      Specifies the name of the created widget
37
38       arglist   Specifies the argument list
39
40       argcount  Specifies the number of attribute/value pairs in the argument
41                 list (arglist)
42
43       For a complete definition of SelectionBox and its associated resources,
44       see XmSelectionBox(3).
45

RETURN

47       Returns the SelectionBox widget ID.
48
50       XmSelectionBox(3).
51
52
53
54                                            XmCreateSelectionBox(library call)
Impressum