Function
Gtkrender_arrow
deprecated: 4.10
Declaration [src]
void
gtk_render_arrow (
  GtkStyleContext* context,
  cairo_t* cr,
  double angle,
  double x,
  double y,
  double size
)
      Description [src]
Renders an arrow pointing to angle.
Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π:
.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
context- 
            
Type:
GtkStyleContextA
GtkStyleContext.The data is owned by the caller of the function.  cr- 
            
Type:
cairo_tA
cairo_t.The data is owned by the caller of the function.  angle- 
            
Type:
doubleArrow angle from 0 to 2 *
G_PI, being 0 the arrow pointing to the north. x- 
            
Type:
doubleX origin of the render area.
 y- 
            
Type:
doubleY origin of the render area.
 size- 
            
Type:
doubleSquare side for render area.