DtSpinBoxSetItem(3) — Subroutines
NAME
DtSpinBoxSetItem − set an item in the DtSpinBox list
SYNOPSIS
#include <Dt/SpinBox.h>
void DtSpinBoxSetItem(Widget w,
XmString item);
DESCRIPTION
The DtSpinBoxSetItem() function selects an item in the list of the given DtSpinBox widget and makes it the current value.
The w argument specifies the widget ID.
The item argument specifies the XmString for the item in the DtSpinBox to set.
RETURN VALUE
The DtSpinBoxSetItem() function returns no value.
SEE ALSO
DtSpinBox(3X), DtSpinBoxAddItem(3X), DtSpinBoxDeletePos(3X).
— 15 Jun 1994