TextRange

A structure used to describe a text range.

Constructors

this
this(atk.types.TextRectangle bounds, int startOffset, int endOffset, string content)

Create a text_range.TextRange boxed type.

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr(Flag!"Dup" dup)
self
TextRange self()

Returns this, for use in with statements.

Properties

bounds
atk.types.TextRectangle bounds [@property getter]

Get field bounds.

bounds
atk.types.TextRectangle bounds [@property setter]

Set field bounds.

content
string content [@property getter]

Get field content.

content
string content [@property setter]

Set field content.

endOffset
int endOffset [@property getter]

Get field endOffset.

endOffset
int endOffset [@property setter]

Set field endOffset.

gType
GType gType [@property getter]
startOffset
int startOffset [@property getter]

Get field startOffset.

startOffset
int startOffset [@property setter]

Set field startOffset.

Static functions

getGType
GType getGType()

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.