diff options
| author | Richard M. Stallman | 2005-05-29 08:24:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-29 08:24:41 +0000 |
| commit | bebcc4b15f19eece27de86b553ffc29f2953a48e (patch) | |
| tree | c5c9a04fa38aad6d5f5f16d0c0f78bda84366216 /lispref/frames.texi | |
| parent | d85d15c8ee97f2159bcd0eb2cfa35bbe61a290ad (diff) | |
| download | emacs-bebcc4b15f19eece27de86b553ffc29f2953a48e.tar.gz emacs-bebcc4b15f19eece27de86b553ffc29f2953a48e.zip | |
(Window Frame Parameters): Document user-size.
Shorten entry for top by referring to left.
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 77694c87130..ffcc16f6289 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -362,20 +362,8 @@ non-@code{nil} value for the @code{user-position} parameter as well. | |||
| 362 | 362 | ||
| 363 | @item top | 363 | @item top |
| 364 | The screen position of the top edge, in pixels, with respect to the | 364 | The screen position of the top edge, in pixels, with respect to the |
| 365 | top edge of the screen. The value may be a positive number @var{pos}, | 365 | top edge of the screen. It works just like @code{left}, except vertically |
| 366 | or a list of the form @code{(+ @var{pos})} which permits specifying a | 366 | instead of horizontally. |
| 367 | negative @var{pos} value. | ||
| 368 | |||
| 369 | A negative number @minus{}@var{pos}, or a list of the form @code{(- | ||
| 370 | @var{pos})}, actually specifies the position of the bottom edge of the | ||
| 371 | window with respect to the bottom edge of the screen. A positive value | ||
| 372 | of @var{pos} counts toward the top. @strong{Reminder:} if the | ||
| 373 | parameter is a negative integer @minus{}@var{pos}, then @var{pos} is | ||
| 374 | positive. | ||
| 375 | |||
| 376 | Some window managers ignore program-specified positions. If you want to | ||
| 377 | be sure the position you specify is not ignored, specify a | ||
| 378 | non-@code{nil} value for the @code{user-position} parameter as well. | ||
| 379 | 367 | ||
| 380 | @item icon-left | 368 | @item icon-left |
| 381 | The screen position of the left edge @emph{of the frame's icon}, in | 369 | The screen position of the left edge @emph{of the frame's icon}, in |
| @@ -418,6 +406,11 @@ pixels, call @code{frame-pixel-height}; see @ref{Size and Position}.) | |||
| 418 | The width of the frame contents, in characters. (To get the height in | 406 | The width of the frame contents, in characters. (To get the height in |
| 419 | pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.) | 407 | pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.) |
| 420 | 408 | ||
| 409 | @item user-size | ||
| 410 | This does for the size parameters @code{height} and @code{width} what | ||
| 411 | the @code{user-position} parameter (see above) does for the position | ||
| 412 | parameters @code{top} and @code{left}. | ||
| 413 | |||
| 421 | @item fullscreen | 414 | @item fullscreen |
| 422 | Specify that width, height or both shall be set to the size of the screen. | 415 | Specify that width, height or both shall be set to the size of the screen. |
| 423 | The value @code{fullwidth} specifies that width shall be the size of the | 416 | The value @code{fullwidth} specifies that width shall be the size of the |