interactive-placement

Name

interactive-placement -- Return a procedure that takes a window and places it interactively.

Synopsis

(interactive-placement #&key (resize #f) (switch #t)
  (return #f))

Description

Return a procedure that takes a window and places it interactively. If the RESIZE argument is true, the resulting procedure will interactively resize the window immediately after placing it. If SWITCH is true, the returned procedure will switch to the virtual desk and viewport of its window argument before placing it. This is the default. If RETURN is false, the returned procedure will switch back to the previous desk and viewport after placing the window. The default is false. See also the related interactive-place procedure which directly places a window interactively.

Implementation Notes

Module: (app scwm placement)

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