TextT.getBoundedRanges

Get the ranges of text in the specified bounding box.

template TextT(TStruct)
TextRange[]
getBoundedRanges
(
AtkTextRectangle* rect
,
AtkCoordType coordType
,
AtkTextClipType xClipType
,
AtkTextClipType yClipType
)

Parameters

rect AtkTextRectangle*

An AtkTextRectangle giving the dimensions of the bounding box.

coordType AtkCoordType

Specify whether coordinates are relative to the screen or widget window.

xClipType AtkTextClipType

Specify the horizontal clip type.

yClipType AtkTextClipType

Specify the vertical clip type.

Return Value

Type: TextRange[]

Array of AtkTextRange. The last element of the array returned by this function will be NULL.

Meta