TextRange.this

Create a text_range.TextRange boxed type.

  1. this(atk.types.TextRectangle bounds, int startOffset, int endOffset, string content)
    class TextRange
    this
    (,
    int startOffset = int.init
    ,
    int endOffset = int.init
    ,
    string content = string.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

bounds atk.types.TextRectangle

A rectangle giving the bounds of the text range

startOffset int

The start offset of a AtkTextRange

endOffset int

The end offset of a AtkTextRange

content string

The text in the text range