XmSimpleSpinBoxAddItem(library call) XmSimpleSpinBoxAddItem(library call)
NAME [Toc] [Back]
XmSimpleSpinBoxAddItem - add an item to the XmSimpleSpinBox
SYNOPSIS [Toc] [Back]
#include <Xm/SSpinB.h>
void XmSimpleSpinBoxAddItem(
Widget w,
XmString item,
int pos);
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
The XmSimpleSpinBoxAddItem function returns no value.
SEE ALSO [Toc] [Back]
XmSimpleSpinBox(3),
XmSimpleSpinBoxDeletePos(3), XmSimpleSpinBoxSetItem(3).
- 1 - Formatted: January 24, 2005 [ Back ] |