DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

VtList(VTCL)


VtList -- create List widget with or without ScrollBar, return widget name

Syntax

VtList widgetName [options]

Description

Creates a List object. (Note that the List object may exist with or without ScrollBars; see the -scrollBar option for details.) Returns the List widget name.

Options


-itemList list (C)
Sets a list of items for the List object.

-textVariable string (C)
Sets an interpreter variable (string) that will be updated with the widget value. The update happens under the same conditions which would call -callback, but before -callback is invoked.

Setting a value into the interpreter variable updates the widget in the same way as performing VtListSelectItem -itemList on the widget.


© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003