paint_arrow
function paint_arrow(style:Gtk.Style, cr:cairo.Context, state_type:Gtk.StateType, shadow_type:Gtk.ShadowType, widget:Gtk.Widget, detail:String, arrow_type:Gtk.ArrowType, fill:Boolean, x:Number, y:Number, width:Number, height:Number):void {
// Gjs wrapper for gtk_paint_arrow()
}Draws an arrow in the given rectangle on cr using the given parameters. arrow_type determines the direction of the arrow.
- style
- cr
a #cairo_t
- state_type
a state
- shadow_type
the type of shadow to draw
- widget
the widget
- detail
a style detail
- arrow_type
the type of arrow to draw
- fill
true if the arrow tip should be filled
- x
x origin of the rectangle to draw the arrow in
- y
y origin of the rectangle to draw the arrow in
- width
width of the rectangle to draw the arrow in
- height
height of the rectangle to draw the arrow in