VxList(1vtcl)
VxList --
create a list allowing titles and labels, return widget name
Synopsis
VxList widgetName [-title title ] [-label label ] VtListArgs
Description
Creates a VtList, allowing -title and -label.
Options
widgetName-
Widget hierarchy of list.
-title-
Creates a form around the list widget and
attaches a label above it. The label is attached to the top side
of the form. The list widget is attached to
left, right and bottom side of the form and also to the bottom
side of the label.
-label-
Creates a form around the list widget and
attaches a label to the left side of it. The label is attached
to the top and bottom of the form. The list widget
is attached to the right, top and bottom side of the form.
VtListArgs-
Any argument(s) legal for VtList.
Notices
Returns the widget name of the list created.
To get the widgetName of the label or form that
is created using this command use VxGetVar. For example:
VxGetVar $widgetName "form"
or
VxGetVar $widgetName "label"
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004