TextRange

A structure used to describe a text range.

Constructors

this
this(AtkTextRange* atkTextRange, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

getStruct
void* getStruct()

the main Gtk struct as a void*

getTextRangeStruct
AtkTextRange* getTextRangeStruct(bool transferOwnership)

Get the main Gtk struct

Properties

bounds
AtkTextRectangle bounds [@property getter]
AtkTextRectangle bounds [@property setter]

A rectangle giving the bounds of the text range

content
string content [@property getter]
string content [@property setter]

The text in the text range

endOffset
int endOffset [@property getter]
int endOffset [@property setter]

The end offset of a AtkTextRange

startOffset
int startOffset [@property getter]
int startOffset [@property setter]

The start offset of a AtkTextRange

Static functions

getType
GType getType()

Variables

atkTextRange
AtkTextRange* atkTextRange;

the main Gtk struct