Previous Next Contents

radiobutton: the radiobutton 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
value deselect : widget -> unit 
tk invocation: widget deselect
value flash : widget -> unit 
tk invocation: widget flash
value invoke : widget -> unit 
tk invocation: widget invoke
value select : widget -> unit 
tk invocation: widget select

Previous Next Contents