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