Function: image-dired-window-width-pixels
image-dired-window-width-pixels is a byte-compiled function defined in
image-dired-util.el.gz.
This function is obsolete since 29.1; use window-body-width instead.
Signature
(image-dired-window-width-pixels WINDOW)
Documentation
Calculate WINDOW width in pixels.
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired-util.el.gz
(defun image-dired-window-width-pixels (window)
"Calculate WINDOW width in pixels."
(declare (obsolete window-body-width "29.1"))
(* (window-width window) (frame-char-width)))