Method
AtkTextget_bounded_ranges
since: 1.3
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
-
Type:
AtkTextRectangle
An AtkTextRectangle giving the dimensions of the bounding box.
The data is owned by the caller of the method. coord_type
-
Type:
AtkCoordType
Specify whether coordinates are relative to the screen or widget window.
x_clip_type
-
Type:
AtkTextClipType
Specify the horizontal clip type.
y_clip_type
-
Type:
AtkTextClipType
Specify the vertical clip type.