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

NAME

6       XmCreateCombinationBox2 — The CombinationBox2 widget creation function
7

SYNOPSIS

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

DESCRIPTION

17       XmCreateCombinationBox2  creates  an  instance of an ArrowButton widget
18       and returns 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       argcount  Specifies the number of attribute/value pairs in the argument
27                 list (arglist)
28
29       For  a complete definition of ArrowButton and its associated resources,
30       see XmCombinationBox2(3).
31

RETURN

33       Returns the CombinationBox2 widget ID.
34
36       XmCombinationBox2(3).
37
38
39
40                                             XmCreateArrowButton(library call)
Impressum