Virtual Method

AtkTextget_bounded_ranges

Declaration [src]

AtkTextRange**
get_bounded_ranges (
  AtkText* text,
  AtkTextRectangle* rect,
  AtkCoordType coord_type,
  AtkTextClipType x_clip_type,
  AtkTextClipType y_clip_type
)

Description [src]

Get the ranges of text in the specified bounding box.

Available since:1.3

Parameters

rect AtkTextRectangle
 

An AtkTextRectangle giving the dimensions of the bounding box.

 The data is owned by the caller of the function.
coord_type AtkCoordType
 

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

x_clip_type AtkTextClipType
 

Specify the horizontal clip type.

y_clip_type AtkTextClipType
 

Specify the vertical clip type.

Return value

Returns: An array of AtkTextRange
 

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

 The caller of the function takes ownership of the data, and is responsible for freeing it.