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