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: AtkTextRectangle

A rectangle giving the bounds of the text range.

start_offset: gint

The start offset of a AtkTextRange.

end_offset: gint

The end offset of a AtkTextRange.

content: gchar*

The text in the text range.