paint_resize_grip
function paint_resize_grip(style:Gtk.Style, cr:cairo.Context, state_type:Gtk.StateType, widget:Gtk.Widget, detail:String, edge:Gdk.WindowEdge, x:Number, y:Number, width:Number, height:Number):void {
// Gjs wrapper for gtk_paint_resize_grip()
}Draws a resize grip in the given rectangle on cr using the given parameters.
- style
- cr
a #cairo_t
- state_type
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