paintResizeGrip

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

More...

Parameters

style gtk.style.Style

a #GtkStyle

cr cairo.context.Context

a #cairo_t

stateType gtk.types.StateType

a state

widget gtk.widget.Widget

the widget

detail string

a style detail

edge gdk.types.WindowEdge

the edge in which to draw the resize grip

x int

the x origin of the rectangle in which to draw the resize grip

y int

the y origin of the rectangle in which to draw the resize grip

width int

the width of the rectangle in which to draw the resize grip

height int

the height of the rectangle in which to draw the resize grip

Detailed Description

Deprecated: Use gtk.global.renderHandle instead