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.