RowColumn class options
RowColumn class options apply to widgets created with
the following SCO Visual Tcl commands:
| VtCheckBox | VtMenuBar | 
| VtRadioBox | VtRowColumn | 
The following options are specific to RowColumn widgets.
 -horizontal (CS)
- 
Specifies the major orientation to be horizontal (rowwise).
Lay out children in rows left to right within the widget.
The default is columnwise (-vertical).
 -vertical (CS)
- 
Specifies the major orientation to be vertical (columnwise).
Lay out children in columns top to bottom within the widget.
This is the default.
 -numColumns integer (CS)
- 
Sets the number of columns of objects (if -vertical is
set) or number of rows (if -horizontal is set). The
default is 1.
 -spacing integer (CS)
- 
Specifies the horizontal and vertical spacing between widgets
within the RowColumn. The default in character mode is 1 character
if horizontal, 0 if vertical. The default in OSF/Motif mode is
3 pixels.
© 2004 The SCO Group, Inc.  All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004