Function: image-dired-window-width-pixels

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

Signature

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

Documentation

Calculate WINDOW width in pixels.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defun image-dired-window-width-pixels (window)
  "Calculate WINDOW width in pixels."
    (* (window-width window) (frame-char-width)))