id->message-window

Name

id->message-window -- Return the message-window of an X/11 window id (a long integer).

Synopsis

(id->message-window winid)

Description

Return the message-window of an X/11 window id (a long integer). Returns #f if winid does not correspond to a message-window. You can use the xwininfo program to get the window id of an arbitrary window on your X/11 display.

Implementation Notes

Module: Built-in Primitive

Defined in src/message-window.c at line 306 (CVS log)