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