Handbook
Glossary
gtk_render_insertion_cursor ( context cr x y layout index direction -- )
Vocabulary
gtk3
.
ffi
Inputs
context
an
object
cr
an
object
x
an
object
y
an
object
layout
an
object
index
an
object
direction
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
cairo.ffi
gobject-introspection.standard-types
pango.ffi
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_render_insertion_cursor
( GtkStyleContext* context, cairo_t* cr,
gdouble
x,
gdouble
y, PangoLayout* layout,
gint
index,
PangoDirection
direction
)