Variable: widget-button-face

widget-button-face is a variable defined in wid-edit.el.gz.

Value

widget-button

Documentation

Face used for buttons in widgets.

This exists as a variable so it can be set locally in certain buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defvar widget-button-face 'widget-button
  "Face used for buttons in widgets.
This exists as a variable so it can be set locally in certain buffers.")