Function
Gtkrender_line
since: 3.0
Declaration [src]
void
gtk_render_line (
GtkStyleContext* context,
cairo_t* cr,
gdouble x0,
gdouble y0,
gdouble x1,
gdouble y1
)
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. x0-
Type:
gdoubleX coordinate for the origin of the line.
y0-
Type:
gdoubleY coordinate for the origin of the line.
x1-
Type:
gdoubleX coordinate for the end of the line.
y1-
Type:
gdoubleY coordinate for the end of the line.