A structure used to describe a text range.
AtkTextRectangle bounds;
A rectangle giving the bounds of the text range
gint start_offset;
The start offset of a AtkTextRange
gint end_offset;
The end offset of a AtkTextRange
gchar *content;
The text in the text range
A structure used to describe a text range. AtkTextRectangle bounds; A rectangle giving the bounds of the text range gint start_offset; The start offset of a AtkTextRange gint end_offset; The end offset of a AtkTextRange gchar *content; The text in the text range