renderHandle
fn
void renderHandle(gtk.style_context.StyleContext context, cairo.context.Context cr, double x, double y, double width, double height)Renders a handle (as in [gtk.paned.Paned] and [gtk.window.Window]’s resize grip), in the rectangle determined by x, y, width, height.
Handles rendered for the paned and grip classes:

Parameters
context | a [gtk.style_context.StyleContext] |
cr | a [cairo.context.Context] |
x | X origin of the rectangle |
y | Y origin of the rectangle |
width | rectangle width |
height | rectangle height |