From: Richard M. Stallman Date: Fri, 28 Dec 2007 03:50:09 +0000 (+0000) Subject: (Size and Position): Explain meaning of frame pixel width and height. X-Git-Tag: emacs-pretest-22.1.90~215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=041817a467cbe693ea2268aaae92d5bddec52178;p=emacs.git (Size and Position): Explain meaning of frame pixel width and height. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 682e439a6db..55f913637df 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -2,6 +2,7 @@ * frames.texi (Size Parameters): Fix typo. (Basic Parameters): For `title', refer to title bar. + (Size and Position): Explain meaning of frame pixel width and height. 2007-12-23 Richard Stallman diff --git a/lispref/frames.texi b/lispref/frames.texi index 8153c69dc20..ae6985e9828 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -800,8 +800,14 @@ of the frame is normally the same as the size of the terminal screen. @defun frame-pixel-height &optional frame @defunx frame-pixel-width &optional frame -These functions return the height and width of @var{frame}, measured in -pixels. If you don't supply @var{frame}, they use the selected frame. +These functions return the height and width of the main display area +of @var{frame}, measured in pixels. If you don't supply @var{frame}, +they use the selected frame. + +These values include the internal borders, and windows' scroll bars +and fringes (which belong to individual windows, not to the frame +itself), but do not include menu bars or tool bars (except when using +X without an X toolkit). @end defun @defun frame-char-height &optional frame