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