Efl.Access.Text.text_attributes

Keys

  • start_offset - Start offset
  • end_offset - End offset

Values

  • attributes - List of text attributes


Signature

@property text_attributes @beta @pure_virtual {
    get @protected {
        keys {
            start_offset: ptr(int);
            end_offset: ptr(int);
        }
    }
    values {
        attributes: list<ptr(Efl.Access.Text_Attribute)>;
    }
}

C signature

Eina_List *efl_access_text_attributes_get(const Eo *obj, int *start_offset, int *end_offset);

Implemented by