diff options
| author | Richard M. Stallman | 2007-12-28 03:50:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-28 03:50:09 +0000 |
| commit | 041817a467cbe693ea2268aaae92d5bddec52178 (patch) | |
| tree | e8906743d696008b39aa6837de98e51dc5c733b0 /lispref/frames.texi | |
| parent | 7f9e0c04a8dd93aa96f3031a8213e79aa53959e7 (diff) | |
| download | emacs-041817a467cbe693ea2268aaae92d5bddec52178.tar.gz emacs-041817a467cbe693ea2268aaae92d5bddec52178.zip | |
(Size and Position): Explain meaning of frame pixel width and height.
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 10 |
1 files changed, 8 insertions, 2 deletions
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. | |||
| 800 | 800 | ||
| 801 | @defun frame-pixel-height &optional frame | 801 | @defun frame-pixel-height &optional frame |
| 802 | @defunx frame-pixel-width &optional frame | 802 | @defunx frame-pixel-width &optional frame |
| 803 | These functions return the height and width of @var{frame}, measured in | 803 | These functions return the height and width of the main display area |
| 804 | pixels. If you don't supply @var{frame}, they use the selected frame. | 804 | of @var{frame}, measured in pixels. If you don't supply @var{frame}, |
| 805 | they use the selected frame. | ||
| 806 | |||
| 807 | These values include the internal borders, and windows' scroll bars | ||
| 808 | and fringes (which belong to individual windows, not to the frame | ||
| 809 | itself), but do not include menu bars or tool bars (except when using | ||
| 810 | X without an X toolkit). | ||
| 805 | @end defun | 811 | @end defun |
| 806 | 812 | ||
| 807 | @defun frame-char-height &optional frame | 813 | @defun frame-char-height &optional frame |