VtListSetItem(VTCL)

VtListSetItem(VTCL)


VtListSetItem -- set a list item to a specified value

Syntax

VtListSetItem list_widgetName [options]

Description

Sets a list item (indicated by -item or -position) to the value specified by -newItem. To set all items in the list use -itemList.

Options

-item string (C)
Sets the item to change.

-itemList list (C)
Sets a list of items to change.

-newItem string (NA)
Sets the new value to assign to the list item being changed.

-position integer (NA)
Sets the position of an item to change. (The base position is 1. To indicate the last item on the list, use 0.)