Struct
AtkTextRange
Description [src]
struct AtkTextRange {
AtkTextRectangle bounds;
gint start_offset;
gint end_offset;
gchar* content;
}
A structure used to describe a text range.
Structure members
bounds |
A rectangle giving the bounds of the text range. |
start_offset |
The start offset of a AtkTextRange. |
end_offset |
The end offset of a AtkTextRange. |
content |
The text in the text range. |