Variable: widget-image-directory

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

Value

"/nix/store/sszxjnwzazz01486dqxi6cpi1wxyg88v-emacs-28-2/share/emacs/28.2/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)