Mercurial > emacs
comparison lispref/frames.texi @ 12388:35668330115e
Clarify need for user-position to get left and top obeyed.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Jun 1995 19:25:26 +0000 |
parents | 995be67f3fd1 |
children | d97688032b10 |
comparison
equal
deleted
inserted
replaced
12387:caca393b084c | 12388:35668330115e |
---|---|
278 @var{pos})}, actually specifies the position of the right edge of the | 278 @var{pos})}, actually specifies the position of the right edge of the |
279 window with respect to the right edge of the screen. A positive value | 279 window with respect to the right edge of the screen. A positive value |
280 of @var{pos} counts toward the left. If the parameter is a negative | 280 of @var{pos} counts toward the left. If the parameter is a negative |
281 integer @minus{}@var{pos} then @var{pos} is positive! | 281 integer @minus{}@var{pos} then @var{pos} is positive! |
282 | 282 |
283 Some window managers ignore program-specified positions. If you want to | |
284 be sure the position you specify is not ignored, specify a | |
285 non-@code{nil} value for the @code{user-position} parameter as well. | |
286 | |
283 @item top | 287 @item top |
284 The screen position of the top edge, in pixels, with respect to the | 288 The screen position of the top edge, in pixels, with respect to the |
285 top edge of the screen. The value may be a positive number @var{pos}, | 289 top edge of the screen. The value may be a positive number @var{pos}, |
286 or a list of the form @code{(+ @var{pos})} which permits specifying a | 290 or a list of the form @code{(+ @var{pos})} which permits specifying a |
287 negative @var{pos} value. | 291 negative @var{pos} value. |
289 A negative number @minus{}@var{pos}, or a list of the form @code{(- | 293 A negative number @minus{}@var{pos}, or a list of the form @code{(- |
290 @var{pos})}, actually specifies the position of the bottom edge of the | 294 @var{pos})}, actually specifies the position of the bottom edge of the |
291 window with respect to the bottom edge of the screen. A positive value | 295 window with respect to the bottom edge of the screen. A positive value |
292 of @var{pos} counts toward the top. If the parameter is a negative | 296 of @var{pos} counts toward the top. If the parameter is a negative |
293 integer @minus{}@var{pos} then @var{pos} is positive! | 297 integer @minus{}@var{pos} then @var{pos} is positive! |
298 | |
299 Some window managers ignore program-specified positions. If you want to | |
300 be sure the position you specify is not ignored, specify a | |
301 non-@code{nil} value for the @code{user-position} parameter as well. | |
294 | 302 |
295 @item icon-left | 303 @item icon-left |
296 The screen position of the left edge @emph{of the frame's icon}, in | 304 The screen position of the left edge @emph{of the frame's icon}, in |
297 pixels, counting from the left edge of the screen. This takes effect if | 305 pixels, counting from the left edge of the screen. This takes effect if |
298 and when the frame is iconified. | 306 and when the frame is iconified. |