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.
 
Previous topic: 
List class options
© 2003 Caldera International, Inc.  All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003