type: ONEOF vertical, horizontal (default: horizontal)
Orientation of the box, i.e. the placement of its children. This cannot be changed after creation.
type: list one or two widget-IDs (default: "")
List of IDs of widgets which are placed inside the panes. If the widget-ID is the empty string this pane is skipped.
type: boolean or list of two booleans (default: 1)
Whether this child are resized, if the paned widget is resized.
type: boolean or list of two booleans (default: 1)
Whether this child can be made smaller by the user than its requisition.
type: integer
Position of the slider.
type: string
Name of the widget, can be used to set options in an rc file.
type: boolean (default: 1)
Whether or not the item is visible.
type: boolean (default: 1)
Whether or not the item is sensitve to user input.
The paned widget has two children which are placed side by side either horizontally or vertically. The division between the two children can be adjusted by the user.
id delete
Deletes the widget and the associated tcl command.
id configure [-option value...]
Configures the widget. Option may have any of the values accepted on creation of the widget.