XmSimpleSpinBoxDeletePos(library call)XmSimpleSpinBoxDeletePos(library call)
NAME [Toc] [Back]
XmSimpleSpinBoxDeletePos - delete a XmSimpleSpinBox item
SYNOPSIS [Toc] [Back]
#include <Xm/SpinB.h>
void XmSimpleSpinBoxDeletePos(
Widget w,
int pos);
DESCRIPTION [Toc] [Back]
The XmSimpleSpinBoxDeletePos function deletes a specified item from a
XmSimpleSpinBox widget.
The w argument specifies the widget ID.
The pos argument specifies the position of the item to be deleted. A
value of 1 means the first item in the list; zero means the last item.
RETURN VALUE [Toc] [Back]
The XmSimpleSpinBoxDeletePos function returns no value.
SEE ALSO [Toc] [Back]
XmSimpleSpinBox(3),
XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxSetItem(3).
- 1 - Formatted: January 24, 2005 [ Back ] |