Function: widget-color-notify

widget-color-notify is a byte-compiled function defined in wid-edit.el.gz.

Signature

(widget-color-notify WIDGET CHILD &optional EVENT)

Documentation

Update the sample, and notify the parent.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-color-notify (widget child &optional event)
  "Update the sample, and notify the parent."
  (overlay-put (widget-get widget :sample-overlay)
	       'face (widget-apply widget :sample-face-get))
  (widget-default-notify widget child event))