DtComboBoxSetItem(3) — Subroutines
NAME
DtComboBoxSetItem − set an item in the DtComboBox list
SYNOPSIS
#include <Dt/ComboBox.h>
void DtComboBoxSetItem(Widget w,
XmString item);
DESCRIPTION
The DtComboBoxSetItem() function selects an item in the XmList of the given DtComboBox widget and makes it the first visible item in the list.
The w argument specifies the DtComboBox widget ID.
The item argument specifies the XmString for the item in the DtComboBox to set.
RETURN VALUE
The DtComboBoxSetItem() function returns no value.
SEE ALSO
DtComboBox(3X), DtComboBoxAddItem(3X), DtComboBoxDeletePos(3X), DtComboBoxSelectItem(3X).
— 15 Jun 1994