Mercurial > hg > xemacs-beta
diff man/lispref/windows.texi @ 290:c9fe270a4101 r21-0b43
Import from CVS: tag r21-0b43
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:36:47 +0200 |
parents | 7df0dd720c89 |
children | 6cb5e14cd98e |
line wrap: on
line diff
--- a/man/lispref/windows.texi Mon Aug 13 10:35:55 2007 +0200 +++ b/man/lispref/windows.texi Mon Aug 13 10:36:47 2007 +0200 @@ -1661,6 +1661,14 @@ @end example @end deffn +@deffn Command enlarge-window-pixels count &optional side window +This function makes the selected window @var{count} pixels larger. When +called from Lisp, optional second argument @var{side} non-@code{nil} +means to grow sideways @var{count} pixels, and optional third argument +@var{window} specifies the window to change instead of the selected +window. +@end deffn + @deffn Command shrink-window size &optional horizontal This function is like @code{enlarge-window} but negates the argument @var{size}, making the selected window smaller by giving lines (or @@ -1683,6 +1691,14 @@ @end example @end deffn +@deffn Command shrink-window-pixels count &optional side window +This function makes the selected window @var{count} pixels smaller. +When called from Lisp, optional second argument @var{side} +non-@code{nil} means to shrink sideways @var{count} pixels, and optional +third argument @var{window} specifies the window to change instead of +the selected window. +@end deffn + @cindex minimum window size The following two variables constrain the window-size-changing functions to a minimum height and width. @@ -1705,6 +1721,7 @@ value below that is ignored. The default value is 10. @end defopt +@c This is not yet implemented. Why is it "documented"? @defvar window-size-change-functions This variable holds a list of functions to be called if the size of any window changes for any reason. The functions are called just once per