Efl.Access.Text.selection_add

Description

Add selection

Signature

selection_add @beta @protected @pure_virtual {
    params {
        @in start_offset: int;
        @in end_offset: int;
    }
    return: bool;
}

C signature

Eina_Bool efl_access_text_selection_add(Eo *obj, int start_offset, int end_offset);

Parameters

  • start_offset (in) - Start selection from this offset
  • end_offset (in) - End selection at this offset

Implemented by