DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

VxText(1vtcl)


VxText -- create a VtText widget allowing titles and labels, return widget name

Synopsis

VxText widgetName [-title title ] [-label label ] VtTextArgs

Description

Creates a VtText widget, allowing -title and -label options.

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

VtTextArgs
Any argument(s) legal for VtText.

Notices

The widget name of the form and the label, if created, are available from VxGetVar under the variable names form and label, respectively.
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