VtDrawnListDeselectItem(VTCL)
VtDrawnListDeselectItem(VTCL)
VtDrawnListDeselectItem -- deselect an item from a drawn list
Syntax
VtDrawnListDeselectItem
drawnlist_widgetName
[
options
]
Description
Deselects an item from a DrawnList. It is an error if the position or the field options do not match something in the list.
Options
-all
(NA)
Deselects the entire list.
-field
column matchStr
(NA)
Deselects the item whose field
column
matches
matchStr
. 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.
-position
integer
(NA)
Sets the position of an item to deselect.
-positionList
integer_list
(NA)
Sets a list of positions to deselect.