Handbook
Glossary
atk_text_get_text_after_offset ( text offset boundary_type start_offset end_offset -- gchar* )
Vocabulary
atk
.
ffi
Inputs
text
an
object
offset
an
object
boundary_type
an
object
start_offset
an
object
end_offset
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
atk.ffi
LIBRARY:
atk
FUNCTION:
gchar*
atk_text_get_text_after_offset
( AtkText* text,
gint
offset,
AtkTextBoundary
boundary_type,
gint
start_offset,
gint
end_offset )