set-window-gravity!

Name

set-window-gravity! -- Sets the gravity for WIN to GRAVITY.

Synopsis

(set-window-gravity! gravity #&optional win)

Description

Sets the gravity for win to gravity. gravity must be one of the following: 'forget, 'northwest, 'north, 'northeast, 'west, 'center, 'east, 'southwest 'south, 'southeast, 'static.

Implementation Notes

Module: Built-in Primitive

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