VxRadioBox --
create a RadioBox widget allowing titles and labels, return widget name
Syntax
VxRadioBoxobject_name [options] VtRadioBoxArgs
Description
Creates a VtRadioBox, allowing -title and -label
Options
object_name
Widget hierarchy of RadioBox.
-titletitlestring
Creates a form around the radiobox widget and
attaches a label above it. The label is attached to the top side
of the form. The radiobox widget is attached to
left, right and bottom side of the form and also to the bottom
side of the label.
-labellabelstring
Creates a form around the radiobox widget and
attaches a label to the left side of it. The label is attached
to the top and bottom of the form. The radiobox widget
is attached to the right, top and bottom side of the form.
VtRadioBoxArgs
Any argument(s) legal for VtRadioBox.
Notes
To get the widgetName of the label or form that
is created using this command use VxGetVar. For example: