Handbook
Glossary
gtk_render_line ( context cr x0 y0 x1 y1 -- )
Vocabulary
gtk3
.
ffi
Inputs
context
an
object
cr
an
object
x0
an
object
y0
an
object
x1
an
object
y1
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
cairo.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_render_line
( GtkStyleContext* context, cairo_t* cr,
gdouble
x0,
gdouble
y0,
gdouble
x1,
gdouble
y1 )