AtkTextRange

A structure used to describe a text range.

Members

Variables

bounds
AtkTextRectangle bounds;

A rectangle giving the bounds of the text range

content
char* content;

The text in the text range

endOffset
int endOffset;

The end offset of a AtkTextRange

startOffset
int startOffset;

The start offset of a AtkTextRange