VtListSelectItem
Select item(s) in a List
Syntax
VtListSelectItem list_widgetName [options]
Description
Selects one or more items in a list.
Options
- -all (NA)
- Selects the entire list.
- -item string (C)
- Selects item string from the list.
- -itemList list (C)
- Selects all items in list.
- -notify (NA)
- Calls the select callback.
- -position integer (NA)
- Selects the item at position integer in the list.
(The base position is 1. To indicate the last item in the list, use 0.)
- -positionList integer list (NA)
- Sets a list of positions to select.