render_handle
function render_handle(context:Gtk.StyleContext, cr:cairo.Context, x:Number, y:Number, width:Number, height:Number):void { // Gjs wrapper for gtk_render_handle() }
Renders a handle (as in Gtk.HandleBox, Gtk.Paned and Gtk.Window<!-- -->'s resize grip), in the rectangle determined by x, y, width, height.
<example> <title>Handles rendered for the paned and grip classes</title> <inlinegraphic fileref="handles.png" format="PNG"/> </example>
Since 3.0
- context
- cr
a #cairo_t
- x
X origin of the rectangle
- y
Y origin of the rectangle
- width
rectangle width
- height
rectangle height