gdkWindowSetStaticGravities {RGtk2}R Documentation

gdkWindowSetStaticGravities

Description

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 unless you have to.

Usage

gdkWindowSetStaticGravities(object, use.static)

Arguments

object [GdkWindow] a GdkWindow
use.static [logical] TRUE to turn on static gravity

Value

[logical] TRUE if the server supports static gravity

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]