VtDrawnListSelectItem(VTCL)
VtDrawnListSelectItem(VTCL)
VtDrawnListSelectItem -- select items in a drawn list
Syntax
VtDrawnListSelectItem
drawnlist_widgetName
[
options
]
Description
Selects the items in a DrawnList.
Options
-all
(NA)
Select the entire list.
-field
column matchStr
(NA)
Select all items that contain
matchStr
in
column
. For example, if your list contains:
{0 1 "String one"} {0 1 "String two"} {0 1 "String three"}
specifying
-field 2 "String one"
would match item 1.
-next
(NA)
Select the next item.
-position
integer
(NA)
Select an item by list position. (The base position is 1. To indicate the last item on the list, use 0.)
-positionList
integer_list
(NA)
Select a list of items by position.
-previous
(NA)
Select the previous item.