]]>
]]>
DtComboBoxSetItem
library call
DtComboBoxSetItem
set an item in the DtComboBox list
#include <Dt/ComboBox.h>
void DtComboBoxSetItem
Widget w
XmString item
DESCRIPTION
This function has been superseded by the equivalent
Motif function, XmComboBoxSetItem. Please refer to the
Motif Programmer's Reference]]> for more information.
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 to be set in the DtComboBox.
If the
item is not found on the list,
DtComboBoxSetItem notifies the user via the
XtWarning function.
RETURN VALUE
The
DtComboBoxSetItem function returns no value.
SEE ALSO
&cdeman.DtComboBox;,
&cdeman.DtComboBoxAddItem;, &cdeman.DtComboBoxDeletePos;, &cdeman.DtComboBoxSelectItem;, XtWarning(3).]]>XtWarning in the &str-Zt;.]]>