set_static_gravities
Description:
[ Version ( deprecated = true , deprecated_since = "3.16" ) ]
public bool set_static_gravities (bool use_static)
public bool set_static_gravities (bool use_static)
Warning: set_static_gravities is deprecated since 3.16.
Used to set the bit gravity of the given window to static, and flag it so all children get static subwindow gravity.
Note:
static gravities haven't worked on anything but X11 for a long time.
This is used if you are implementing scary features that involve deep knowledge of the windowing system. Don’t worry about it.
Parameters:
this |
a Window |
use_static |
true to turn on static gravity |
Returns:
false |