summaryrefslogtreecommitdiff
path: root/devdocs/elisp/window-frame-parameters.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/window-frame-parameters.html
new repository
Diffstat (limited to 'devdocs/elisp/window-frame-parameters.html')
-rw-r--r--devdocs/elisp/window-frame-parameters.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/devdocs/elisp/window-frame-parameters.html b/devdocs/elisp/window-frame-parameters.html
new file mode 100644
index 00000000..f22a6d17
--- /dev/null
+++ b/devdocs/elisp/window-frame-parameters.html
@@ -0,0 +1,56 @@
+ <h4 class="subsection">Window Frame Parameters</h4> <p>Just what parameters a frame has depends on what display mechanism it uses. This section describes the parameters that have special meanings on some or all kinds of terminals. Of these, <code>name</code>, <code>title</code>, <code>height</code>, <code>width</code>, <code>buffer-list</code> and <code>buffer-predicate</code> provide meaningful information in terminal frames, and <code>tty-color-mode</code> is meaningful only for frames on text terminals. </p> <table class="menu" border="0" cellspacing="0"> <tr>
+<td align="left" valign="top">• <a href="basic-parameters" accesskey="1">Basic Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Parameters that are fundamental. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="position-parameters" accesskey="2">Position Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">The position of the frame on the screen. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="size-parameters" accesskey="3">Size Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Frame’s size. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="layout-parameters" accesskey="4">Layout Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Size of parts of the frame, and enabling or disabling some parts. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="buffer-parameters" accesskey="5">Buffer Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Which buffers have been or should be shown. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="frame-interaction-parameters" accesskey="6">Frame Interaction Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Parameters for interacting with other frames. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="mouse-dragging-parameters" accesskey="7">Mouse Dragging Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Parameters for resizing and moving frames with the mouse. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="management-parameters" accesskey="8">Management Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Communicating with the window manager. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="cursor-parameters" accesskey="9">Cursor Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Controlling the cursor appearance. </td>
+</tr> <tr>
+<td align="left" valign="top">• <a href="font-and-color-parameters">Font and Color Parameters</a>
+</td>
+<td> </td>
+<td align="left" valign="top">Fonts and colors for the frame text. </td>
+</tr> </table><div class="_attribution">
+ <p class="_attribution-p">
+ Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
+ <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Window-Frame-Parameters.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Window-Frame-Parameters.html</a>
+ </p>
+</div>