Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
041817a4
Commit
041817a4
authored
Dec 28, 2007
by
Richard M. Stallman
Browse files
(Size and Position): Explain meaning of frame pixel width and height.
parent
7f9e0c04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lispref/ChangeLog
lispref/ChangeLog
+1
-0
lispref/frames.texi
lispref/frames.texi
+8
-2
No files found.
lispref/ChangeLog
View file @
041817a4
...
...
@@ -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 <rms@gnu.org>
...
...
lispref/frames.texi
View file @
041817a4
...
...
@@ -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
...
...
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