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: AtkTextRectangleAn AtkTextRectangle giving the dimensions of the bounding box. The data is owned by the caller of the method. 
- coord_type
- 
            Type: AtkCoordTypeSpecify whether coordinates are relative to the screen or widget window. 
- x_clip_type
- 
            Type: AtkTextClipTypeSpecify the horizontal clip type. 
- y_clip_type
- 
            Type: AtkTextClipTypeSpecify the vertical clip type.