Home
last modified time | relevance | path

Searched refs:lv_label_ins_text (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/widgets/
Dlv_label.h225 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt);
Dlv_textarea.c139 lv_label_ins_text(ta->label, ta->cursor.pos, letter_buf); /*Insert the character*/ in lv_textarea_add_char()
190 lv_label_ins_text(ta->label, ta->cursor.pos, txt); in lv_textarea_add_text()
Dlv_label.c638 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt) in lv_label_ins_text() function
/lvgl-latest/docs/
DCHANGELOG.md1174 - fix(label) do not bidi process text in lv_label_ins_text [`e95efc1`](https://github.com/lvgl/lvgl…