DwtListBoxDeselectPos(3Dwt)
Name
DwtListBoxDeselectPos − Deselects an item identified by its position in the list box.
Syntax
void DwtListBoxDeselectPos(widget, position)
Widget widget;
int position;
Arguments
widgetSpecifies the ID of the list box widget from whose list you want to deselect an item.
positionSpecifies an integer that identifies the position of the item to be deselected in the list box.
Description
The DwtListBoxDeselectPos function deselects an item (removes highlighting) based on its position in a list box and removes the item from the selected list.
See Also
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding