move-window-to-viewport

Name

move-window-to-viewport -- Move WIN to the viewport numbered (XX,YY).

Synopsis

(move-window-to-viewport xx yy #&optional (win (get-window)))

Description

Move WIN to the viewport numbered (XX,YY). The (0,0) viewport is the starting viewport. XX and YY are full display-size increments (e.g., (1,0) is the viewport just to the right of the home (0,0) viewport). Uses window-position-in-viewport to select the position within the viewport.

Implementation Notes

Module: (app scwm virtual)

Defined in scheme/virtual.scm at line 101 (CVS log)