Gtk.Widget.ShapeCombineMask Method
Sets a shape for this widget's GDK window. This allows for transparent windows etc., see Gdk.Window.ShapeCombineMask for more information.

Syntax

public void ShapeCombineMask (Gdk.Pixmap shape_mask, int offset_x, int offset_y)

Parameters

shape_mask
Shape to be added, or null to remove an existing shape.
offset_x
X position of shape mask with respect to the window.
offset_y
Y position of shape mask with respect to the window.

Remarks

Sets a shape for this widget's GDK window. This allows for transparent windows etc., see Gdk.Window.ShapeCombineMask for more information.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.4