Function: widget-face-notify

widget-face-notify is a byte-compiled function defined in cus-edit.el.gz.

Signature

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

Documentation

Update the sample, and notify the parent.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun widget-face-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))