DwtListBoxDeselectItem(3Dwt)
Name
DwtListBoxDeselectItem − Deselects a previously selected item in a list box.
Syntax
void DwtListBoxDeselectItem(widget, item)
Widget widget;
DwtCompString item;
Arguments
widgetSpecifies the ID of the list box widget from whose list you want to delete a single previously selected item.
itemSpecifies the item in the list box to be deselected (highlighting removed).
Description
The DwtListBoxDeselectItem function deselects (removes highlighting) an item previously selected, and removes it from the list of selected items.
See Also
DwtListBoxDeselectAllItems (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
Subroutines