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

NAME

6       XmCreateSpinBox — The SpinBox creation function
7

SYNOPSIS

9       #include <Xm/SpinB.h>
10       (void)
11

DESCRIPTION

13       XmCreateSpinBox creates a SpinBox widget.
14
15       This  function  creates a SpinBox with two arrows, but without any tra‐
16       versable children (choices to spin).  The application can  create  text
17       children  to  go  with  this  parent SpinBox using XmCreateTextField or
18       XmCreateText.
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 SpinBox and its associated resources, see
30       XmSpinBox(3).
31

RETURN

33       Returns the SpinBox widget ID.
34
36       XmSpinBox(3)
37
38
39
40                                                 XmCreateSpinBox(library call)
Impressum