paintResizeGrip
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
widget | the widget |
detail | a style detail |
edge | the edge in which to draw the resize grip |
x | the x origin of the rectangle in which to draw the resize grip |
y | the y origin of the rectangle in which to draw the resize grip |
width | the width of the rectangle in which to draw the resize grip |
height | the height of the rectangle in which to draw the resize grip |
Deprecated
Use [gtk.global.renderHandle] instead