Home
last modified time | relevance | path

Searched refs:lv_msgbox_add_title (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_msgbox.c40 lv_msgbox_add_title(msgbox, "The title"); in test_msgbox_creation_successful_with_close_button()
55 lv_msgbox_add_title(msgbox, "The title"); in test_msgbox_creation_successful_no_close_button()
70 lv_msgbox_add_title(msgbox, "The title"); in test_msgbox_creation_successful_modal()
89 lv_msgbox_add_title(msgbox, "The title"); in test_msgbox_get_title()
153 lv_msgbox_add_title(msgbox, "The title"); in test_msgbox_content_auto_height()
/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_1.c16 lv_msgbox_add_title(mbox1, "Hello"); in lv_example_msgbox_1()
Dlv_example_msgbox_2.c19 lv_msgbox_add_title(setting, "Setting"); in lv_example_msgbox_2()
/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.h58 lv_obj_t * lv_msgbox_add_title(lv_obj_t * obj, const char * title);
Dlv_msgbox.c140 lv_obj_t * lv_msgbox_add_title(lv_obj_t * obj, const char * title) in lv_msgbox_add_title() function
170 lv_msgbox_add_title(obj, ""); /*Just to push the buttons to the right*/ in lv_msgbox_add_header_button()
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_2.c11 lv_msgbox_add_title(mbox1, "Hello"); in back_event_handler()
Dlv_example_menu_5.c120 lv_msgbox_add_title(mbox1, "Hello"); in back_event_handler()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c166 lv_msgbox_add_title(mbox, "Hi"); in msgbox_create()
/lvgl-latest/docs/details/widgets/
Dmsgbox.rst87 lv_obj_t * lv_msgbox_add_title(lv_obj_t * msgbox, const char * title);
/lvgl-latest/demos/stress/
Dlv_demo_stress.c244 lv_msgbox_add_title(obj, "Title"); in obj_test_task_cb()