Method

GdkWindowset_static_gravities

deprecated: 3.16 

Declaration [src]

gboolean
gdk_window_set_static_gravities (
  GdkWindow* window,
  gboolean use_static
)

Description [src]

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.

Deprecated since: 3.16

Static gravities haven’t worked on anything but X11 for a long time.

Parameters

use_static

Type: gboolean

TRUE to turn on static gravity.

Return value

Type: gboolean

FALSE.