id->window

Name

id->window -- Return the window object corresponding to an application WINDOW-ID.

Synopsis

(id->window window-id)

Description

Return the window object corresponding to an application window-id. window-id should be the X id of the application window. If there is no such window object, return #f.

Implementation Notes

Module: Built-in Primitive

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