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

NAME

6       XmSimpleSpinBoxDeletePos — delete a XmSimpleSpinBox item
7

SYNOPSIS

9       #include <Xm/SpinB.h>
10       void XmSimpleSpinBoxDeletePos(
11       Widget w,
12       int pos);
13

DESCRIPTION

15       The  XmSimpleSpinBoxDeletePos  function deletes a specified item from a
16       XmSimpleSpinBox widget.
17
18       The w argument specifies the widget ID.
19
20       The pos argument specifies the position of the item to be  deleted.   A
21       value of 1 means the first item in the list; zero means the last item.
22

RETURN VALUE

24       The XmSimpleSpinBoxDeletePos function returns no value.
25

SEE ALSO

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