Function
Gtkrender_line
Declaration [src]
void
gtk_render_line (
GtkStyleContext* context,
cairo_t* cr,
double x0,
double y0,
double x1,
double y1
)
Parameters
context
-
Type:
GtkStyleContext
A
GtkStyleContext
The data is owned by the caller of the function. cr
-
Type:
cairo_t
A
cairo_t
The data is owned by the caller of the function. x0
-
Type:
double
X coordinate for the origin of the line.
y0
-
Type:
double
Y coordinate for the origin of the line.
x1
-
Type:
double
X coordinate for the end of the line.
y1
-
Type:
double
Y coordinate for the end of the line.