Home
last modified time | relevance | path

Searched refs:lv_textarea_set_placeholder_text (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_textarea.c74 lv_textarea_set_placeholder_text(textarea, text); in test_textarea_should_update_placeholder_text()
78 lv_textarea_set_placeholder_text(textarea, new_placeholder); in test_textarea_should_update_placeholder_text()
82 lv_textarea_set_placeholder_text(textarea, ""); in test_textarea_should_update_placeholder_text()
/lvgl-latest/examples/widgets/keyboard/
Dlv_example_keyboard_1.c30 lv_textarea_set_placeholder_text(ta, "Hello"); in lv_example_keyboard_1()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c157 lv_textarea_set_placeholder_text(ta1, "Click with an encoder to show a keyboard"); in text_input_create()
162 lv_textarea_set_placeholder_text(ta2, "Type something"); in text_input_create()
/lvgl-latest/src/widgets/
Dlv_textarea.h133 void lv_textarea_set_placeholder_text(lv_obj_t * obj, const char * txt);
Dlv_textarea.c315 void lv_textarea_set_placeholder_text(lv_obj_t * obj, const char * txt) in lv_textarea_set_placeholder_text() function
/lvgl-latest/examples/others/msg/
Dlv_example_msg_2.c30 lv_textarea_set_placeholder_text(ta, "The password is: hello"); in lv_example_msg_2()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c154 lv_textarea_set_placeholder_text(ta, "The placeholder"); in obj_test_timer_cb()
/lvgl-latest/docs/widgets/core/
Dtextarea.md35 …ed - which is displayed when the Text area is empty - with `lv_textarea_set_placeholder_text(ta, "…
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c286 lv_textarea_set_placeholder_text(user_name, "Your name"); in profile_create()
296 lv_textarea_set_placeholder_text(password, "Min. 8 chars."); in profile_create()