1XmCreateSimpleSpinBox(library call) XmCreateSimpleSpinBox(library call)
2
3
4
6 XmCreateSimpleSpinBox — the SimpleSpinBox widget creation function
7
9 #include <Xm/SSpinB.h>
10 Widget XmCreateSimpleSpinBox(
11 Widget parent,
12 String name,
13 ArgList arglist,
14 Cardinal argcount);
15
17 The XmCreateSimpleSpinBox function creates an instance of a SpinBox
18 widget and returns the associated widget ID.
19
20 The parent argument specifies the parent widget ID.
21
22 The name argument specifies the name of the created widget.
23
24 The arglist argument specifies the argument list.
25
26 The argcount argument specifies the number of attribute/value pairs in
27 the argument list.
28
30 Upon successful completion, the XmCreateSimpleSpinBox function returns
31 the SimpleSpinBox widget ID.
32
34 XmSimpleSpinBox(3).
35
36
37
38 XmCreateSimpleSpinBox(library call)