paintShadowGap
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
shadowType | type of shadow to draw |
widget | the widget |
detail | a style detail |
x | x origin of the rectangle |
y | y origin of the rectangle |
width | width of the rectangle |
height | width of the rectangle |
gapSide | side in which to leave the gap |
gapX | starting position of the gap |
gapWidth | width of the gap |
Deprecated
Use [gtk.global.renderFrameGap] instead