Efl.Ui.Text.caret_offset

Description

Offset position of the caret (cursor).

Values

  • offset - Offset

Overridden from Efl.Access.Text.caret_offset (get, set).

Signature

@property caret_offset @beta @protected @pure_virtual {
    get {}
    set {
        return: bool;
    }
    values {
        offset: int;
    }
}

C signature

int efl_access_text_caret_offset_get(const Eo *obj);
Eina_Bool efl_access_text_caret_offset_set(Eo *obj, int offset);

Implemented by