emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/frames.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi
Date: Sun, 29 May 2005 04:24:18 -0400

Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.92 emacs/lispref/frames.texi:1.93
*** emacs/lispref/frames.texi:1.92      Tue May 24 23:27:14 2005
--- emacs/lispref/frames.texi   Sun May 29 08:24:18 2005
***************
*** 362,381 ****
  
  @item top
  The screen position of the top edge, in pixels, with respect to the
! top edge of the screen.  The value may be a positive number @var{pos},
! or a list of the form @code{(+ @var{pos})} which permits specifying a
! negative @var{pos} value.
! 
! A negative number @address@hidden, 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 @address@hidden, 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
! address@hidden value for the @code{user-position} parameter as well.
  
  @item icon-left
  The screen position of the left edge @emph{of the frame's icon}, in
--- 362,369 ----
  
  @item top
  The screen position of the top edge, in pixels, with respect to the
! top edge of the screen.  It works just like @code{left}, except vertically
! instead of horizontally.
  
  @item icon-left
  The screen position of the left edge @emph{of the frame's icon}, in
***************
*** 418,423 ****
--- 406,416 ----
  The width of the frame contents, in characters.  (To get the height in
  pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.)
  
+ @item user-size
+ This does for the size parameters @code{height} and @code{width} what
+ the @code{user-position} parameter (see above) does for the position
+ parameters @code{top} and @code{left}.
+ 
  @item fullscreen
  Specify that width, height or both shall be set to the size of the screen.
  The value @code{fullwidth} specifies that width shall be the size of the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]