comparison lispref/windows.texi @ 78420:bf4c1411b0ac

(Size of Window): Document window-full-width-p.
author Martin Rudalics <rudalics@gmx.at>
date Mon, 06 Aug 2007 06:53:13 +0000
parents 55c9ef5f1559
children 98e2024a4295 424b655804ca
comparison
equal deleted inserted replaced
78419:12b14a633dc9 78420:bf4c1411b0ac
1885 @result{} 80 1885 @result{} 80
1886 @end group 1886 @end group
1887 @end example 1887 @end example
1888 @end defun 1888 @end defun
1889 1889
1890 @defun window-full-width-p &optional window
1891 This function returns non-@code{nil} if @var{window} is as wide as
1892 the frame that contains it; otherwise @code{nil}.
1893 If @var{window} is @code{nil}, the function uses the selected window.
1894 @end defun
1895
1890 @defun window-edges &optional window 1896 @defun window-edges &optional window
1891 This function returns a list of the edge coordinates of @var{window}. 1897 This function returns a list of the edge coordinates of @var{window}.
1892 If @var{window} is @code{nil}, the selected window is used. 1898 If @var{window} is @code{nil}, the selected window is used.
1893 1899
1894 The order of the list is @code{(@var{left} @var{top} @var{right} 1900 The order of the list is @code{(@var{left} @var{top} @var{right}