SaAlignedForm(3tlib)
SaAlignedForm --
creates one or more vertically aligned widgets within a form, with right-justified localized labels
Synopsis
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.
References
VxAlignedForm(1vtcl),
IntlLocalizeMsg(3tlib).
Notices
Implemented using VxAlignedForm
but expects message catalog IDs rather than
literal text. See
VxAlignedForm(1vtcl)
for additional details.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.