Gdk.Window.SetStaticGravities Method
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.

Syntax

public bool SetStaticGravities (bool use_static)

Parameters

use_static
A bool

Returns

A bool, true if the server supports static gravity

Remarks

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)