move-window

Name

move-window -- Move WIN to virtual coordinates X, Y.

Synopsis

(move-window x y #&optional win)

Description

Move win to virtual coordinates x, y. If x is #f, then x defaults to the current x position of win. If y is #f, then y defaults to the current y position of win. win defaults to the window context in the usual way if not specified.

Implementation Notes

Module: Built-in Primitive

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