paintArrow

fnvoid paintArrow(gtk.style.Style style, cairo.context.Context cr, gtk.types.StateType stateType, gtk.types.ShadowType shadowType, gtk.widget.Widget widget, string detail, gtk.types.ArrowType arrowType, bool fill, int x, int y, int width, int height)

Draws an arrow in the given rectangle on cr using the given parameters. arrow_type determines the direction of the arrow.

Parameters

stylea #GtkStyle
cra #cairo_t
stateTypea state
shadowTypethe type of shadow to draw
widgetthe widget
detaila style detail
arrowTypethe type of arrow to draw
filltrue if the arrow tip should be filled
xx origin of the rectangle to draw the arrow in
yy origin of the rectangle to draw the arrow in
widthwidth of the rectangle to draw the arrow in
heightheight of the rectangle to draw the arrow in

Deprecated

Use [gtk.global.renderArrow] instead