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

NAME

6       XmSimpleSpinBoxAddItem — add an item to the XmSimpleSpinBox
7

SYNOPSIS

9       #include <Xm/SSpinB.h>
10       void XmSimpleSpinBoxAddItem(
11       Widget w,
12       XmString item,
13       int pos);
14

DESCRIPTION

16       The  XmSimpleSpinBoxAddItem  function adds the given item to the XmSim‐
17       pleSpinBox at the given position.
18
19       The w argument specifies the widget ID.
20
21       The item argument specifies the XmString for the new item.
22
23       The pos argument specifies the position of the new item.
24

RETURN VALUE

26       The XmSimpleSpinBoxAddItem function returns no value.
27

SEE ALSO

29       XmSimpleSpinBox(3),
30
31       XmSimpleSpinBoxDeletePos(3), XmSimpleSpinBoxSetItem(3).
32
33
34
35                                          XmSimpleSpinBoxAddItem(library call)
Impressum