Variable: widget-image-directory

widget-image-directory is a customizable variable defined in wid-edit.el.gz.

Value

"/nix/store/g9awsiwsy0cqwj6a6hb6x6423d8fdbf1-emacs-snapshot/share/emacs/32.0.50/etc/images/custom/"

Documentation

Where widget button images are located.

If this variable is nil, widget will try to locate the directory automatically.

Source Code

;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
;;; Images.

(defcustom widget-image-directory (file-name-as-directory
				   (expand-file-name "images/custom" data-directory))
  "Where widget button images are located.
If this variable is nil, widget will try to locate the directory
automatically."
  :group 'widgets
  :type 'directory)