[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Programmer's Reference


XmSimpleSpinBoxDeletePos

delete a XmSimpleSpinBox item

Format

#include <Xm/SpinB.h>
void XmSimpleSpinBoxDeletePosWidget
wint pos

DESCRIPTION

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

The XmSimpleSpinBoxDeletePos function returns no value.

SEE ALSO

XmSimpleSpinBox (3),

XmSimpleSpinBoxAddItem (3), XmSimpleSpinBoxSetItem (3).


[ Previous | Next | Contents | Glossary | Home | Search ]