From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/elisp/frame-geometry.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 devdocs/elisp/frame-geometry.html (limited to 'devdocs/elisp/frame-geometry.html') diff --git a/devdocs/elisp/frame-geometry.html b/devdocs/elisp/frame-geometry.html new file mode 100644 index 00000000..1624e0dd --- /dev/null +++ b/devdocs/elisp/frame-geometry.html @@ -0,0 +1,31 @@ +

Frame Geometry

The geometry of a frame depends on the toolkit that was used to build this instance of Emacs and the terminal that displays the frame. This chapter describes these dependencies and some of the functions to deal with them. Note that the frame argument of all of these functions has to specify a live frame (see Deleting Frames). If omitted or nil, it specifies the selected frame (see Input Focus).

+ + + + + + + + + + + + + + + + + + + +
+

+ Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
+ https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Geometry.html +

+
-- cgit v1.2.3