menubutton: the menubutton 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 configure : widget -> options list -> unit
-
tk invocation: widget configure options list
value configure_get : widget -> string
-
tk invocation: widget configure