gtk_paint_shadow_gap ( style cr state_type shadow_type widget detail x y width height gap_side gap_x gap_width -- )


Vocabulary
gtk3.ffi

Inputs
stylean object
cran object
state_typean object
shadow_typean object
widgetan object
detailan object
xan object
yan object
widthan object
heightan object
gap_sidean object
gap_xan object
gap_widthan object


Outputs
None

Definition


LIBRARY: gtk3 FUNCTION: void gtk_paint_shadow_gap
( GtkStyle* style, cairo_t* cr, GtkStateType state_type,
GtkShadowType shadow_type, GtkWidget* widget, gchar* detail,
gint x, gint y, gint width, gint height, GtkPositionType
gap_side, gint gap_x, gint gap_width )