paint_arrow
Description:
[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void paint_arrow (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget? widget, string? detail, ArrowType arrow_type, bool fill, int x, int y, int width, int height)
Warning: paint_arrow is deprecated since 3.0.
Draws an arrow in the given rectangle on cr using the given parameters.
Note:
Use render_arrow instead
arrow_type determines the direction of the arrow.
Parameters:
| style |
a Style |
| cr |
a Context |
| 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 |
Namespace: Gtk
Package: gtk+-3.0