icon-viewport-position

Name

icon-viewport-position -- Return the position of WIN's icon in pixels within the viewport.

Synopsis

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

Description

Return the position of WIN's icon 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 icon-position.

Implementation Notes

Module: (app scwm base)

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