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


XmSimpleSpinBoxAddItem

add an item to the XmSimpleSpinBox

Format

#include <Xm/SSpinB.h>
void XmSimpleSpinBoxAddItemWidget
wXmString itemint
pos

DESCRIPTION

The XmSimpleSpinBoxAddItem function adds the given item to the XmSimpleSpinBox at the given position.

The w argument specifies the widget ID.

The item argument specifies the XmString for the new item.

The pos argument specifies the position of the new item.

RETURN VALUE

The XmSimpleSpinBoxAddItem function returns no value.

SEE ALSO

XmSimpleSpinBox (3),

XmSimpleSpinBoxDeletePos (3), XmSimpleSpinBoxSetItem (3).


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