DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

VxRowColumn(VTCL)


VxRowColumn -- create a VtRowColumn widget allowing titles and labels, return widget name

Syntax

VxRowColumn widgetName [options ] VtRowColumnArgs

Description

Creates a VtRowColumn, allowing -title and -label

Options


widgetName
Widget hierarchy of RowColumn.

-title
Creates a form around the rowcolumn widget and attaches a label above it. The label is attached to the top side of the form. The rowcolumn 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 rowcolumn widget and attaches a label to the left side of it. The label is attached to the top and bottom of the form. The rowcolumn widget is attached to the right, top and bottom side of the form.

VtRowColumnArgs
Any argument(s) legal for VtRowColumn.

Notes

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"

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