Widget.shapeCombineMask

Sets a shape for this widget's GDK window. This allows for transparent windows etc., see gdk_window_shape_combine_mask() for more information.

class Widget
void
shapeCombineMask

Parameters

shapeMask Bitmap

shape to be added, or NULL to remove an existing shape. [allow-none]

offsetX int

X position of shape mask with respect to window

offsetY int

Y position of shape mask with respect to window

Meta