summaryrefslogtreecommitdiff
path: root/devdocs/elisp/window-frame-parameters.html
blob: f22a6d172142dfe0d11a9a02cddedf4a960f3436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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>