Function: widget-item-value-create

widget-item-value-create is a byte-compiled function defined in wid-edit.el.gz.

Signature

(widget-item-value-create WIDGET)

Documentation

Insert the printed representation of the value.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-item-value-create (widget)
  "Insert the printed representation of the value."
  (princ (widget-get widget :value) (current-buffer)))