Window.setStaticGravities
bool setStaticGravities(bool useStatic)Used to 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. Don’t worry about it.
Parameters
useStatic | true to turn on static gravity |
Returns
false
Deprecated
static gravities haven't worked on anything but X11
for a long time.