Handbook
Glossary
clutter_text_position_to_coords ( text position x y line_height -- gboolean )
Vocabulary
clutter
.
ffi
Inputs
text
an
object
position
an
object
x
an
object
y
an
object
line_height
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
gboolean
clutter_text_position_to_coords
( ClutterText* text,
gint
position, gfloat* x, gfloat* y,
gfloat* line_height )