Handbook
Glossary
pango_layout_get_cursor_pos ( layout index_ strong_pos weak_pos -- )
Vocabulary
pango
.
ffi
Inputs
layout
an
object
index_
an
object
strong_pos
an
object
weak_pos
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
pango.ffi
LIBRARY:
pango
FUNCTION:
void
pango_layout_get_cursor_pos
( PangoLayout* layout,
gint
index_, PangoRectangle*
strong_pos, PangoRectangle* weak_pos )