[ CCode ( cname = "gtk_render_handle" ) ]
[ Version ( since = "3.0" ) ]
public void render_handle (Context cr, double x, double y, double width, double height)
Renders a handle (as in HandleBox, Paned and
Window’s resize grip), in the rectangle determined by x, y,
width, height.
Handles rendered for the paned and grip classes:

| cr |
a Context |
| x |
X origin of the rectangle |
| y |
Y origin of the rectangle |
| width |
rectangle width |
| height |
rectangle height |
| context |