DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

SaAlignedForm(TCL_ADM)


SaAlignedForm -- creates one or more vertically aligned widgets within a form, with right-justified localized labels

Syntax

SaAlignedForm formName 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.

See also

VxAlignedForm(VTCL), IntlLocalizeMsg(TCL_ADM).
16 September 2002
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003