type: percent-string (default: "")
Text or icon of the item.
type: string
Accelerator for this item, like "<Ctrl>A" or "<Shift><Alt>B".
type: string (default: "")
Name of the icon TODO.
type: widget-ID
Width-ID of a submenu.
type: string (default: "")
Tcl command to be executed if the item is clicked. Before evaluation the following percent strings are substituted: TABLE %% | % %w | widget name. TABLE
type: boolean (default: 1)
Whether or not the item is sensitve to user input.
type: string
Message that appear next to this widget when the mouse pointer is held over it for a short amount of time.
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.
A menu item executes a command when clicked. Additionally another menu can be attached to a menu item, which is automatically show, if the mouse moves to this item.
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.
id onClicked
Executes the command given by the -onClicked option.