Handbook
Glossary
gtk_widget_shape_combine_mask ( widget shape_mask offset_x offset_y -- )
Vocabulary
gtk2
.
ffi
Inputs
widget
an
object
shape_mask
an
object
offset_x
an
object
offset_y
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk2.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_widget_shape_combine_mask
( GtkWidget* widget, GdkBitmap* shape_mask,
gint
offset_x,
gint
offset_y )