paintShadow

fnvoid paintShadow(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)

Draws a shadow around the given rectangle in cr using the given style and state and shadow type.

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

Deprecated

Use [gtk.global.renderFrame] instead