XmSimpleSpinBoxSetItem — set an item in the XmSimpleSpinBox list
Contents
Description
The XmSimpleSpinBoxSetItem function selects an item in the list of the given XmSimpleSpinBox widget and
makes it the current value.
The w argument specifies the widget ID.
The item argument specifies the XmString for the item to be set in the XmSimpleSpinBox. If the item is
not found on the list, XmSimpleSpinBoxSetItem notifies the user via the XtWarning function.
Name
XmSimpleSpinBoxSetItem — set an item in the XmSimpleSpinBox list
Return Value
The XmSimpleSpinBoxSetItem function returns no value.
See Also
XmSimpleSpinBox(3), XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxDeletePos(3); XtWarning(3). in the CAE Specification, Window Management: X Toolkit Intrinsics. XmSimpleSpinBoxSetItem(3)
Synopsis
#include <Xm/SpinB.h>
voidXmSimpleSpinBoxSetItem(
Widgetw,
XmStringitem);
