VtListDeselectItem
Deselect item(s) from a List
Syntax
VtListDeselectItem list_widgetName [options]
Description
Deselects one or more items from a list.
Options
- -all (NA)
- Deselects all items in the List.
- -item string (C)
- Deselects the specified item in the List.
- -itemList string_list (C)
- Deselects the items specified by string_list in
the List.
- -notify (NA)
- Calls the select callback.
- -position integer (NA)
- Deselects the item at position integer. The base
position is 1. To indicate the last item on the list, use 0.
- -positionList integer_list (NA)
- Deselects the items at the positions specified by
integer_list in the List.