Function: eieio-slot-value-get

eieio-slot-value-get is a byte-compiled function defined in eieio-custom.el.gz.

Signature

(eieio-slot-value-get WIDGET)

Documentation

Get the value of WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-custom.el.gz
(defun eieio-slot-value-get (widget)
  "Get the value of WIDGET."
  (widget-value (car (widget-get widget :children))))