1XmSimpleSpinBoxDeletePos(library call) XmSimpleSpinBoxDeletePos(library call)
2
3
4
6 XmSimpleSpinBoxDeletePos — delete a XmSimpleSpinBox item
7
9 #include <Xm/SpinB.h>
10 void XmSimpleSpinBoxDeletePos(
11 Widget w,
12 int pos);
13
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
24 The XmSimpleSpinBoxDeletePos function returns no value.
25
27 XmSimpleSpinBox(3),
28
29 XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxSetItem(3).
30
31
32
33 XmSimpleSpinBoxDeletePos(library call)