window-viewport-position

Name

window-viewport-position -- Return the position of WIN in pixels within the viewport.

Synopsis

(window-viewport-position #&optional (win (get-window)))

Description

Return the position of WIN in pixels within the viewport. The position is returned as a list of the x coordinate and the y coordinate in pixels. WIN defaults to the window context in the usual way if not specified. See also window-position.

Implementation Notes

Module: (app scwm base)

Defined in scheme/base.scm at line 391 (CVS log)