Package: gdk

Function gdk-window-set-static-gravities

Lambda List

gdk-window-set-static-gravities (window use-static)

Arguments

window -- a gdk-window object
use-static -- true to turn on static gravity

Return Value

True if the server supports static gravity.

Details

Set the bit gravity of the given window to static, and flag it so all children get static subwindow gravity. This is used if you are implementing scary features that involve deep knowledge of the windowing system. Do not worry about it unless you have to.

Warning

The function gdk-window-set-static-gravities has been deprecated since version 3.16 and should not be used in newly written code. Static gravities have not worked on anything but X11 for a long time.
 

See also

2020-9-24