DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
(1vtcl) commands by type

List manipulation commands


VtDrawnListAddItem(1vtcl)
Adds or inserts a row or rows to a DrawnList. If no position is given, it will append to the end of the list; otherwise the new items will be inserted at that position.

VtDrawnListDeleteItem(1vtcl)
Delete items from a DrawnList.

VtDrawnListDeselectItem(1vtcl)
Deselects the items in a DrawnList.

VtDrawnListGetItem(1vtcl)
Returns the items specified from the DrawnList.

VtDrawnListGetSelectedItem(1vtcl)
Returns the selected items in the DrawnList.

VtDrawnListSelectItem(1vtcl)
Select the given items in the DrawnList.

VtDrawnListSetItem(1vtcl)
Sets the value of the specified item in a DrawnList.

VtDrawnListSetItemValues(1vtcl)
Sets the given options on items (rows) in a DrawnList.

VtListAddItem(1vtcl)
Add an item (row) to a list widget; if no position is given it will append to the end of the list.

VtListDeleteItem(1vtcl)
Deletes items from a List; items are selected by either the item's string value or the item's position, or all items are deleted.

VtListDeselectItem(1vtcl)
Specifies to deselect a selected item in the List.

VtListGetItem(1vtcl)
Gets the specified items from the List.

VtListGetSelectedItem(1vtcl)
Returns the selected items in the List.

VtListSelectItem(1vtcl)
Selects items in the List.

VtListSetItem(1vtcl)
Replaces item in the List.

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004