paintResizeGrip

fnvoid paintResizeGrip(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.widget.Widget widget, string detail, gdk.types.WindowEdge edge, int x, int y, int width, int height)

Draws a resize grip in the given rectangle on cr using the given parameters.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
widgetthe widget
detaila style detail
edgethe edge in which to draw the resize grip
xthe x origin of the rectangle in which to draw the resize grip
ythe y origin of the rectangle in which to draw the resize grip
widththe width of the rectangle in which to draw the resize grip
heightthe height of the rectangle in which to draw the resize grip

Deprecated

Use [gtk.global.renderHandle] instead