Next: toggle, Previous: item, Up: Basic Types [Contents]
choice-item
WidgetSyntax:
ITEM ::= (choice-item [KEYWORD ARGUMENT]... VALUE)
The value, if present, is used to initialize the :value
property. The value should be a string, which will be inserted in the
buffer as a button. Activating the button of a choice-item
is
equivalent to activating the parent widget. This widget will only match
the specified value.