Function: gnus-window-top-edge
gnus-window-top-edge is a byte-compiled function defined in
gnus-win.el.gz.
Signature
(gnus-window-top-edge &optional WINDOW)
Documentation
Return the top coordinate of WINDOW.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-win.el.gz
(defun gnus-window-top-edge (&optional window)
"Return the top coordinate of WINDOW."
(nth 1 (window-edges window)))