VtListSelectItem(VTCL)

VtListSelectItem(VTCL)


VtListSelectItem -- select item(s) in 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 list. (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 select.