paintShadow

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

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

shadowType gtk.types.ShadowType

type of shadow to draw

widget gtk.widget.Widget

the widget

detail string

a style detail

x int

x origin of the rectangle

y int

y origin of the rectangle

width int

width of the rectangle

height int

width of the rectangle

Detailed Description

Deprecated: Use gtk.global.renderFrame instead