Method
AtkTextget_bounded_ranges
Declaration [src]
AtkTextRange**
atk_text_get_bounded_ranges (
AtkText* text,
AtkTextRectangle* rect,
AtkCoordType coord_type,
AtkTextClipType x_clip_type,
AtkTextClipType y_clip_type
)
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. |