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

NAME

6       XmVaCreateSelectionBox,  XmVaCreateManagedSelectionBox — A SelectionBox
7       widget convenience creation functions.
8

SYNOPSIS

10       #include <Xm/SelectioB.h>
11
12       Widget XmVaCreateSelectionBox(
13       Widget parent,
14       String name,
15       ...);
16
17       Widget XmVaCreateManagedSelectionBox(
18       Widget parent,
19       String name,
20       ...);
21

DESCRIPTION

23       These functions create an instance of a ToggleButtonGadget  widget  and
24       returns  the associated widget ID.  These routines use the ANSI C vari‐
25       able-length argument list (varargs) calling convention.
26
27       The XmVaCreateSelectionBox function is a convenience routine that calls
28       XtCreateWidget.
29
30       The XmVaCreateSelectionBox function is a convenience routine that calls
31       XtCreateManagedWidget.
32
33       parent    Specifies the parent widget ID.
34
35       name      Specifies the name of the created widget.
36
37       ...       Specifies the variable argument list to override the resource
38                 defaults.
39
40       For a complete definition of SelectionBox and its associated resources,
41       see XmSelectionBox(3).
42

RETURN

44       Returns the SelectionBox widget ID.
45
47       XmSelectionBox(3),  XmCreateSelectionBox(3),   XtCreateWidget(3),   and
48       XtCreateManagedWidget(3).
49
50
51
52                                          XmVaCreateSelectionBox(library call)
Impressum