Next: radio-button-choice, Previous: text, Up: Basic Types [Contents]
menu-choice WidgetSyntax:
TYPE ::= (menu-choice [KEYWORD ARGUMENT]... TYPE ... )
The type argument represents each possible choice. The widget’s value will be that of the chosen type argument. This widget will match any value matching at least one of the specified type arguments.
:voidWidget type used as a fallback when the value does not match any of the specified type arguments.
:case-foldSet this to nil if you don’t want to ignore case when prompting for a choice through the minibuffer.
:childrenA list whose car is the widget representing the currently chosen type in the buffer.
:choiceThe current chosen type
:argsThe list of types.