DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

VtList(1vtcl)


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

Synopsis

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.


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