Efl.Ui.Text.bounded_ranges

Keys

  • screen_coords - If true, x and y values will be relative to screen origin, otherwise relative to canvas
  • rect - Bounding box
  • xclip - xclip
  • yclip - yclip

Values

  • ranges - List of ranges


Overridden from Efl.Access.Text.bounded_ranges (get).

Signature

@property bounded_ranges @beta @pure_virtual {
    get @protected {
        keys {
            screen_coords: bool;
            rect: Eina.Rect;
            xclip: Efl.Access.Text_Clip_Type;
            yclip: Efl.Access.Text_Clip_Type;
        }
    }
    values {
        ranges: list<ptr(Efl.Access.Text_Range)>;
    }
}

C signature

Eina_List *efl_access_text_bounded_ranges_get(const Eo *obj, Eina_Bool screen_coords, Eina_Rect rect, Efl_Access_Text_Clip_Type xclip, Efl_Access_Text_Clip_Type yclip);

Implemented by