Next: The toggle Widget, Previous: The radio-button-choice Widget, Up: Basic Types [Contents][Index]
choice-item WidgetSyntax:
item ::= (choice-item [keyword argument]... value)
A widget to represent a choice in a menu-choice widget. Its
super is the item widget.
The value, if present, is used to initialize the :value
property.
It overrides the following properties:
:actionActivating the button of a choice-item is equivalent to
activating the parent widget.
:formatBy default, it buttonizes the tag (i.e., its value) and adds a newline character at the end of the widget.