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