VtListDeselectItem(VTCL)
VtListDeselectItem(VTCL)
VtListDeselectItem --
deselect item(s) from list
Syntax
VtListDeselectItem list_widgetName [options]
Description
Deselects one or more items from a list.
Options
- -all (NA)
-
Sets the entire list as deselected.
- -item string (C)
-
Deselects a list item.
- -itemList list (C)
-
Deselects a list of items.
- -notify (NA)
-
Calls the select callback.
- -position integer (NA)
-
Sets the position of an item to deselect.
(The base position is 1. To indicate the last item on the list, use 0.)
- -positionList integer list (NA)
-
Sets a list of positions to deselect.