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.
type: float
This is a read-only option which returns the lower limit in horizontal direction.
type: float
This is a read-only option which returns the page size horizontal direction.
type: float
This is a read-only option which returns the upper limit in horizontal direction.
type: float
Value in horizontal direction.
type: float
The same as xLower, but in vertical direction.
type: float
The same as xPageSize, but in vertical direction.
type: float
The same as xUpper, but in vertical direction.
type: float
The same as xValue, but in vertical direction.
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.