Searched refs:lv_label_ins_text (Results 1 – 3 of 3) sorted by relevance
217 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt);
659 void lv_label_ins_text(lv_obj_t * obj, uint32_t pos, const char * txt) in lv_label_ins_text() function
247 lv_label_ins_text(ta->label, ta->cursor.pos, letter_buf); /*Insert the character*/ in lv_textarea_add_char()298 lv_label_ins_text(ta->label, ta->cursor.pos, txt); in lv_textarea_add_text()