icon-position

Name

icon-position -- Return the position of the icon for WIN.

Synopsis

(icon-position  #&optional win)

Description

Return the position of the icon for win. The position is returned as a list of the x coordinate and the y coordinate in pixels. If the icon is sticky, the position will always be in the 0,0 viewport. win defaults to the window context in the usual way if not specified.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 2635 (CVS log)