re-place-window

Name

re-place-window -- Reposition WIN by re-placing it using PROC.

Synopsis

(re-place-window #&optional (win (get-window)) (proc clever-place-window))

Description

Reposition WIN by re-placing it using PROC. PROC defaults to clever-place-window. The return value is the new position of the window, or #f if it was not moved.

Implementation Notes

Module:

Defined in scheme/placement.scm at line 278 (CVS log)