Variable: widget-menu-minibuffer-flag
widget-menu-minibuffer-flag is a customizable variable defined in
wid-edit.el.gz.
Value
nil
Documentation
Non-nil means use the minibuffer; to ask for a choice from the keyboard.
If nil, read a single character.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defcustom widget-menu-minibuffer-flag nil
"Non-nil means use the minibuffer; to ask for a choice from the keyboard.
If nil, read a single character."
:group 'widgets
:type 'boolean)