Home
last modified time | relevance | path

Searched refs:placeholder_txt (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_textarea.c126 ext->placeholder_txt = NULL; in lv_textarea_create()
175 if(copy_ext->placeholder_txt) { in lv_textarea_create()
176 lv_textarea_set_placeholder_text(ta, copy_ext->placeholder_txt); in lv_textarea_create()
270 if(ext->placeholder_txt) { in lv_textarea_add_char()
353 if(ext->placeholder_txt) { in lv_textarea_add_text()
431 if(ext->placeholder_txt) { in lv_textarea_del_char()
510 if(ext->placeholder_txt) { in lv_textarea_set_text()
570 if(ext->placeholder_txt) { in lv_textarea_set_placeholder_text()
571 lv_mem_free(ext->placeholder_txt); in lv_textarea_set_placeholder_text()
572 ext->placeholder_txt = NULL; in lv_textarea_set_placeholder_text()
[all …]
Dlv_textarea.h49 char * placeholder_txt; /*Place holder label. only visible if text is an empty string*/ member