Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5feb0b73
Commit
5feb0b73
authored
Oct 11, 2009
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Size and Position): Clarify what is included in the frame height. (Bug#4535)
parent
9ec6f100
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/frames.texi
doc/lispref/frames.texi
+13
-7
No files found.
doc/lispref/ChangeLog
View file @
5feb0b73
2009-10-11 Glenn Morris <rgm@gnu.org>
* frames.texi (Size and Position): Clarify what is included in the frame
height. (Bug#4535)
2009-10-10 Glenn Morris <rgm@gnu.org>
* windows.texi (Size of Window): The relationship between window and
...
...
doc/lispref/frames.texi
View file @
5feb0b73
@c -*-texinfo-*-
@c This is part of the GNU Emacs Lisp Reference Manual.
@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
@c Free Software Foundation, Inc.
@c See the file elisp.texi for copying conditions.
@setfilename ../../info/frames
@node Frames, Positions, Windows, Top
...
...
@@ -980,12 +981,17 @@ selected frame.
@defunx frame-pixel-width &optional 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).
they use the selected frame. For a text-only terminal, the results are
in characters rather than pixels.
These values include the internal borders, and windows' scroll bars and
fringes (which belong to individual windows, not to the frame itself).
The exact value of the heights depends on the window-system and toolkit
in use. With Gtk+, the height does not include any tool bar or menu
bar. With the Motif or Lucid toolkits, it includes the tool bar but
not the menu bar. In a graphical version with no toolkit, it includes
both the tool bar and menu bar. For a text-only terminal, the result
includes the menu bar.
@end defun
@defun frame-char-height &optional frame
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment