VtDrawnListSetItem drawnlist_widgetName [options]
Replaces the contents of an item in a DrawnList with a new item.
{0 1 "Apple"} {0 1 "Orange"} {0 1 "Kumquat"}
specifying -field 2 "Apple" would match the first item in the list.
For example:
-formatList {{ICON 2} {STRING 20} {STRING 15}} \ -fieldList [list 1 "Apple" "Fruit"]
{ type width [left_margin, right_margin] }
The left_margin and right_margin parameters are optional. The following specifies a column that is of type ICON, with a width of 1 icon width and a left_margin and right_margin of 5 pixels:
{ ICON 1 5 5 }
Valid types are ICON, STRING, and DATA. DATA does not display on the screen; it is used to store item specific data.
For information about using connection icons, refer to the VtDrawnList manual page.