VtSeparator(VTCL)
VtSeparator --
create horizontal or vertical line, return widget name
Syntax
VtSeparator widgetName [options]
Description
Creates a Separator widget (a horizontal or vertical
line). This is typically used to separate other widgets.
Returns the separator widget's name.
For example, to create a separator which goes from the left to
right side across a form:
VtSeparator $form.sep -leftSide FORM -rightSide FORM
Options
-horizontal (CS)-
Sets the orientation to horizontal.
-length int (CS)-
Sets the length of the separator (specified in number of characters)
to int in character mode. In graphical mode, set the length
of the separator to int times the maximum font width.
-vertical (CS)-
Sets the orientation to vertical.
Errors
Standard errors-
See
``Tcl widget creation errors'' in SCO Visual Tcl Programmer's Guide and Reference.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003