Efl.Access.Text.access_selection

Description

Selection property

Keys

  • selection_number - Selection number for identification

Values

  • start_offset - Selection start offset
  • end_offset - Selection end offset

Signature

@property access_selection @beta @protected @pure_virtual {
    get {}
    set {
        return: bool;
    }
    keys {
        selection_number: int;
    }
    values {
        start_offset: int;
        end_offset: int;
    }
}

C signature

void efl_access_text_access_selection_get(const Eo *obj, int selection_number, int *start_offset, int *end_offset);
Eina_Bool efl_access_text_access_selection_set(Eo *obj, int selection_number, int start_offset, int end_offset);

Implemented by