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