paintShadow
fn
void 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
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 |
Deprecated
Use [gtk.global.renderFrame] instead