set-window-context!

Name

set-window-context! -- Set the current window context to WIN and return the old context.

Synopsis

(set-window-context! win)

Description

Set the current window context to win and return the old context. win can be either a window, or #f, to reset the current window-context. See also with-window and get-window.

Implementation Notes

Module: Built-in Primitive

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