Handbook
Glossary
atk_text_get_selection ( text selection_num start_offset end_offset -- gchar* )
Vocabulary
atk
.
ffi
Inputs
text
an
object
selection_num
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_selection
( AtkText* text,
gint
selection_num,
gint
start_offset,
gint
end_offset )