VtListAddItem(VTCL)

VtListAddItem(VTCL)


VtListAddItem -- add item(s) to list

Syntax

VtListAddItem list_widgetName [options]

Description

Adds one or more items to a list.

Options

-item string (C)
Sets an item for the List widget.

-itemList list (C)
Sets a list of items for the List widget.

-position integer (NA)
Specifies the list position of the new item. (The base position is 1. To indicate the last item on the list, use 0.)