Handbook
Glossary
atk_text_get_range_extents ( text start_offset end_offset coord_type rect -- )
Vocabulary
atk
.
ffi
Inputs
text
an
object
start_offset
an
object
end_offset
an
object
coord_type
an
object
rect
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
atk.ffi
LIBRARY:
atk
FUNCTION:
void
atk_text_get_range_extents
( AtkText* text,
gint
start_offset,
gint
end_offset,
AtkCoordType
coord_type, AtkTextRectangle* rect )