Function: widget-item-action
widget-item-action is a byte-compiled function defined in
wid-edit.el.gz.
Signature
(widget-item-action WIDGET &optional EVENT)
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-item-action (widget &optional event)
;; Just notify itself.
(widget-apply widget :notify widget event))