Function: image-dired-display-window-height

image-dired-display-window-height is a byte-compiled function defined in image-dired.el.gz.

This function is obsolete since 29.1.

Signature

(image-dired-display-window-height WINDOW)

Documentation

Return height, in pixels, of WINDOW.

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defun image-dired-display-window-height (window)
  "Return height, in pixels, of WINDOW."
  (declare (obsolete nil "29.1"))
  (- (image-dired-window-height-pixels window)
     image-dired-display-window-height-correction))