Function: widget-child-validate
widget-child-validate is a byte-compiled function defined in
wid-edit.el.gz.
Signature
(widget-child-validate WIDGET)
Documentation
The result of validating the first member of :children in WIDGET.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-child-validate (widget)
"The result of validating the first member of :children in WIDGET."
(widget-apply (car (widget-get widget :children)) :validate))