Function: image-dired-window-height-pixels

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

Signature

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

Documentation

Calculate WINDOW height in pixels.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-window-height-pixels (window)
  "Calculate WINDOW height in pixels."
  ;; Note: The mode-line consumes one line
    (* (- (window-height window) 1) (frame-char-height)))