/[emacs]/emacs/lispref/frames.texi
ViewVC logotype

Diff of /emacs/lispref/frames.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.92 by rms, Tue May 24 23:27:14 2005 UTC revision 1.93 by rms, Sun May 29 08:24:18 2005 UTC
# Line 362  non-@code{nil} value for the @code{user- Line 362  non-@code{nil} value for the @code{user-
362    
363  @item top  @item top
364  The screen position of the top edge, in pixels, with respect to the  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},  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  instead of horizontally.
 negative @var{pos} value.  
   
 A negative number @minus{}@var{pos}, or a list of the form @code{(-  
 @var{pos})}, actually specifies the position of the bottom edge of the  
 window with respect to the bottom edge of the screen.  A positive value  
 of @var{pos} counts toward the top.  @strong{Reminder:} if the  
 parameter is a negative integer @minus{}@var{pos}, then @var{pos} is  
 positive.  
   
 Some window managers ignore program-specified positions.  If you want to  
 be sure the position you specify is not ignored, specify a  
 non-@code{nil} value for the @code{user-position} parameter as well.  
367    
368  @item icon-left  @item icon-left
369  The screen position of the left edge @emph{of the frame's icon}, in  The screen position of the left edge @emph{of the frame's icon}, in
# Line 418  pixels, call @code{frame-pixel-height}; Line 406  pixels, call @code{frame-pixel-height};
406  The width of the frame contents, in characters.  (To get the height in  The width of the frame contents, in characters.  (To get the height in
407  pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.)  pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.)
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    
414  @item fullscreen  @item fullscreen
415  Specify that width, height or both shall be set to the size of the screen.  Specify that width, height or both shall be set to the size of the screen.
416  The value @code{fullwidth} specifies that width shall be the size of the  The value @code{fullwidth} specifies that width shall be the size of the

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26