gtkWidgetShapeCombineMask {RGtk2} | R Documentation |
Sets a shape for this widget's GDK window. This allows for
transparent windows etc., see gdkWindowShapeCombineMask
for more information.
gtkWidgetShapeCombineMask(object, shape.mask, offset.x, offset.y)
|
[GtkWidget ] a GtkWidget |
|
[GdkBitmap ] shape to be added, or NULL to remove an existing shape |
|
[integer] X position of shape mask with respect to window |
|
[integer] Y position of shape mask with respect to window |
Derived by RGtkGen from GTK+ documentation