Function: image-dired-display-window-height
image-dired-display-window-height is a byte-compiled function defined
in image-dired.el.gz.
Signature
(image-dired-display-window-height WINDOW)
Documentation
Return height, in pixels, of WINDOW.
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-display-window-height (window)
"Return height, in pixels, of WINDOW."
(- (image-dired-window-height-pixels window)
image-dired-display-window-height-correction))