SaAlignedForm --
creates one or more vertically aligned widgets within a form, with right-justified localized labels
Syntax
SaAlignedFormformName dataList
Description
Creates a form widget that contains all the vertically aligned widgets
specified in dataList. Ideal for a column of label/widget pairs that
need to be aligned for visual aesthetics.
Arguments
formName
SCO Visual Tcl widget name.
dataList
a list of lists, each containing a label and list containing the
desired SCO Visual Tcl widget creation command
and any desired arguments. Note, the label must be a
message catalog ID, not literal text.
Return values
Widget string for the newly created form.
Notes
Implemented using VxAlignedForm
but expects message catalog IDs rather than
literal text. See
VxAlignedForm(VTCL)
for additional details.