VtListAddItem


Add item(s) to a List

Syntax

VtListAddItem list_widgetName [options]

Description

Adds one or more items to a list.

Options

-item string (C)
Adds the specified string to the List widget.

-itemList list (C)
Adds the specified list of items (list) to 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.)