Query: xmsimplespinboxadditem
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmSimpleSpinBoxAddItem(library call) XmSimpleSpinBoxAddItem(library call)NAMEXmSimpleSpinBoxAddItem -- add an item to the XmSimpleSpinBoxSYNOPSIS#include <Xm/SSpinB.h> void XmSimpleSpinBoxAddItem( Widget w, XmString item, int pos);DESCRIPTIONThe 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 VALUEThe XmSimpleSpinBoxAddItem function returns no value.SEE ALSOXmSimpleSpinBox(3), XmSimpleSpinBoxDeletePos(3), XmSimpleSpinBoxSetItem(3). XmSimpleSpinBoxAddItem(library call)