paintShadowGap

fnvoid paintShadowGap(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.types.ShadowType shadowType, gtk.widget.Widget widget, string detail, int x, int y, int width, int height, gtk.types.PositionType gapSide, int gapX, int gapWidth)

Draws a shadow around the given rectangle in cr using the given style and state and shadow type, leaving a gap in one side.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
shadowTypetype of shadow to draw
widgetthe widget
detaila style detail
xx origin of the rectangle
yy origin of the rectangle
widthwidth of the rectangle
heightwidth of the rectangle
gapSideside in which to leave the gap
gapXstarting position of the gap
gapWidthwidth of the gap

Deprecated

Use [gtk.global.renderFrameGap] instead