Variable: widget-image-directory
widget-image-directory is a customizable variable defined in
wid-edit.el.gz.
Value
"/nix/store/y8rifw71hjgsl2qjn1l0vrwq2c3593aw-emacs-30-2/share/emacs/30.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)