Gdk.Window.SetDecorations Method
"Decorations" are the features the window manager adds to a toplevel Gdk.Window. This function sets the traditional Motif window manager hints that tell the window manager which decorations you would like your window to have. Usually you should use Gtk.Window.SetDecorated on a Gtk.Window instead of using the GDK function directly.

Syntax

public void SetDecorations (WMDecoration decorations)

Parameters

decorations
A Gdk.WMDecoration

Remarks

The decorations argument is the logical OR of the fields in the Gdk.WMDecoration enumeration. If GFdk.WMDecoration.All is included in the mask, the other bits indicate which decorations should be turned off. If GFdk.WMDecoration.All is not included, then the other bits indicate which decorations should be turned on. Most window managers honor a decorations hint of 0 to disable all decorations, but very few honor all possible combinations of bits.

Requirements

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