Handbook
Glossary
atk_text_get_bounded_ranges ( text rect coord_type x_clip_type y_clip_type -- AtkTextRange* )
Vocabulary
atk
.
ffi
Inputs
text
an
object
rect
an
object
coord_type
an
object
x_clip_type
an
object
y_clip_type
an
object
Outputs
AtkTextRange*
an
object
Definition
USING:
alien.syntax
;
IN:
atk.ffi
LIBRARY:
atk
FUNCTION:
AtkTextRange*
atk_text_get_bounded_ranges
( AtkText* text, AtkTextRectangle* rect,
AtkCoordType
coord_type,
AtkTextClipType
x_clip_type,
AtkTextClipType
y_clip_type )