paintArrow
fn
void 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
style | a #GtkStyle |
cr | a #cairo_t |
stateType | a state |
shadowType | the type of shadow to draw |
widget | the widget |
detail | a style detail |
arrowType | 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 |
Deprecated
Use [gtk.global.renderArrow] instead