1XmSimpleSpinBoxSetItem(library call) XmSimpleSpinBoxSetItem(library call)
2
3
4
6 XmSimpleSpinBoxSetItem — set an item in the XmSimpleSpinBox list
7
9 #include <Xm/SpinB.h>
10 void XmSimpleSpinBoxSetItem(
11 Widget w,
12 XmString item);
13
15 The XmSimpleSpinBoxSetItem function selects an item in the list of the
16 given XmSimpleSpinBox widget and makes it the current value.
17
18 The w argument specifies the widget ID.
19
20 The item argument specifies the XmString for the item to be set in the
21 XmSimpleSpinBox. If the item is not found on the list, XmSimpleSpin‐
22 BoxSetItem notifies the user via the XtWarning function.
23
25 The XmSimpleSpinBoxSetItem function returns no value.
26
28 XmSimpleSpinBox(3),
29
30 XmSimpleSpinBoxAddItem(3), XmSimpleSpinBoxDeletePos(3); XtWarning(3).
31 in the CAE Specification, Window Management: X Toolkit Intrinsics.
32
33
34
35 XmSimpleSpinBoxSetItem(library call)