Efl.Text_Markup_Interactive.markup_range

Description

Markup of a given range in the text

Keys

  • start - Start of the markup region
  • end - End of markup region

Values

  • markup - The markup-text representation set to this text of a given range

Signature

@property markup_range @pure_virtual {
    get {}
    set {}
    keys {
        start: ptr(Efl.Text_Cursor_Cursor);
        end: ptr(Efl.Text_Cursor_Cursor);
    }
    values {
        markup: mstring;
    }
}

C signature

char *efl_text_markup_interactive_markup_range_get(const Eo *obj, Efl_Text_Cursor_Cursor *start, Efl_Text_Cursor_Cursor *end);
void efl_text_markup_interactive_markup_range_set(Eo *obj, Efl_Text_Cursor_Cursor *start, Efl_Text_Cursor_Cursor *end, char *markup);

Implemented by