renderArrow

fnvoid renderArrow(gtk.style_context.StyleContext context, cairo.context.Context cr, double angle, double x, double y, double size)

Renders an arrow pointing to angle.

Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π:

![](arrows.png)

Parameters

contexta #GtkStyleContext
cra #cairo_t
anglearrow angle from 0 to 2 * [glib.types.PI], being 0 the arrow pointing to the north
xX origin of the render area
yY origin of the render area
sizesquare side for render area