atk.text_range
Module for [TextRange] class
class TextRange
Types 1
classTextRange : gobject.boxed.Boxed
A structure used to describe a text range.
Methods
atk.types.TextRectangle bounds() @propertyGet `bounds` field. Returns: A rectangle giving the bounds of the text rangevoid bounds(atk.types.TextRectangle propval) @propertySet `bounds` field. Params: propval = A rectangle giving the bounds of the text rangevoid startOffset(int propval) @propertySet `startOffset` field. Params: propval = The start offset of a AtkTextRangevoid endOffset(int propval) @propertySet `endOffset` field. Params: propval = The end offset of a AtkTextRangevoid content(string propval) @propertySet `content` field. Params: propval = The text in the text rangeConstructors
this(atk.types.TextRectangle bounds = atk.types.TextRectangle.init, int startOffset = int.init, int endOffset = int.init, string content = string.init)Create a `text_range.TextRange` boxed type. Params: bounds = A rectangle giving the bounds of the text range startOffset = The start offset of a AtkTextRange endOffset = The end offset of a AtkText...