menu: the menu widget
value create : widget -> options list -> widget
-
create p options creates a new widget with parent p.
Options are restricted to the widget class subset,
and checked dynamically.
value create_named : widget -> string -> options list -> widget
-
create p name options creates a new widget with
parent p and new patch component name.
Options are restricted to the widget class subset,
and checked dynamically.
value activate : widget -> index -> unit
-
tk invocation: widget activate index
value add_cascade : widget -> options list -> unit
-
tk invocation: widget add cascade options list
value add_checkbutton : widget -> options list -> unit
-
tk invocation: widget add checkbutton options list
value add_command : widget -> options list -> unit
-
tk invocation: widget add command options list
value add_radiobutton : widget -> options list -> unit
-
tk invocation: widget add radiobutton options list
value add_separator : widget -> unit
-
tk invocation: widget add separator
value configure : widget -> options list -> unit
-
tk invocation: widget configure options list
value configure_cascade : widget -> index -> options list -> unit
-
tk invocation: widget entryconfigure index options list
value configure_checkbutton : widget -> index -> options list -> unit
-
tk invocation: widget entryconfigure index options list
value configure_command : widget -> index -> options list -> unit
-
tk invocation: widget entryconfigure index options list
value configure_get : widget -> string
-
tk invocation: widget configure
value configure_radiobutton : widget -> index -> options list -> unit
-
tk invocation: widget entryconfigure index options list
value delete : widget -> index -> index -> unit
-
tk invocation: widget delete index index
value entryconfigure_get : widget -> index -> string
-
tk invocation: widget entryconfigure index
value index : widget -> index -> int
-
tk invocation: widget index index
value insert_cascade : widget -> index -> options list -> unit
-
tk invocation: widget insert index cascade options list
value insert_checkbutton : widget -> index -> options list -> unit
-
tk invocation: widget insert index checkbutton options list
value insert_command : widget -> index -> options list -> unit
-
tk invocation: widget insert index command options list
value insert_radiobutton : widget -> index -> options list -> unit
-
tk invocation: widget insert index radiobutton options list
value insert_separator : widget -> index -> unit
-
tk invocation: widget insert index separator
value invoke : widget -> index -> string
-
tk invocation: widget invoke index
value popup : widget -> int -> int -> unit
-
tk invocation: tk_popup widget int int
value popup_entry : widget -> int -> int -> index -> unit
-
tk invocation: tk_popup widget int int index
value post : widget -> int -> int -> unit
-
tk invocation: widget post int int
value postcascade : widget -> index -> unit
-
tk invocation: widget postcascade index
value typeof : widget -> index -> menuItem
-
tk invocation: widget type index
value unpost : widget -> unit
-
tk invocation: widget unpost
value yposition : widget -> index -> int
-
tk invocation: widget yposition index