frame-id->window

Name

frame-id->window -- Return the window object corresponding to a frame WINDOW-ID.

Synopsis

(frame-id->window window-id)

Description

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

Implementation Notes

Module: Built-in Primitive

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