Function: widget-child-value-get

widget-child-value-get is a byte-compiled function defined in wid-edit.el.gz.

Signature

(widget-child-value-get WIDGET)

Documentation

Get the value of the first member of :children in WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-child-value-get (widget)
  "Get the value of the first member of :children in WIDGET."
  (widget-value (car (widget-get widget :children))))