type: integer or one of small, normal or big
Space in pixel between the children and the border of the widget.
type: widget-ID
Widget ID of the child.
type: string
User defined data which can be retrieved via the cget subcommand.
type: string
Name of the widget, can be used to set options in an rc file.
type: string (default: "")
Tcl command which is executed if the widget is destroyed. Before evaluation the following percent strings are substituated: TABLE %% | % %w | widget name. TABLE
type: always, never, automatic (default: automatic)
When to show scrollbars. If the value is a list of two elements, the first value is for the horizontal scrollbar and the second value for the vertical scrollbar.
type: boolean (default: 1)
Whether or not the item is sensitve to user input.
type: boolean (default: 1)
Whether or not the item is visible.
id cget option
Returns the value for one option. The option may have any of the values accepted by configure.
id configure [-option value...]
Configures the widget. Option may have any of the values accepted on creation of the widget.
id delete
Deletes the widget and the associated tcl command.