window-frame-size

Name

window-frame-size -- Return the size of the frame of WIN.

Synopsis

(window-frame-size  #&optional win)

Description

Return the size of the frame of win. The position is returned as a list of the width and the height in pixels. win defaults to the window context in the usual way if not specified. See window-size if you want the size of the application (client) window.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 2677 (CVS log)