Function: image-dired-display-window-width
image-dired-display-window-width is a byte-compiled function defined
in image-dired.el.gz.
This function is obsolete since 29.1.
Signature
(image-dired-display-window-width WINDOW)
Documentation
Return width, in pixels, of WINDOW.
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired-display-window-width (window)
"Return width, in pixels, of WINDOW."
(declare (obsolete nil "29.1"))
(- (window-body-width window t)
image-dired-display-window-width-correction))