Searched refs:lv_label_ins_text (Results 1 – 4 of 4) sorted by relevance
225 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt);
139 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()
638 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt) in lv_label_ins_text() function
1174 - fix(label) do not bidi process text in lv_label_ins_text [`e95efc1`](https://github.com/lvgl/lvgl…