Searched refs:lv_msgbox_add_title (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_msgbox.c | 40 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/ |
D | lv_example_msgbox_1.c | 16 lv_msgbox_add_title(mbox1, "Hello"); in lv_example_msgbox_1()
|
D | lv_example_msgbox_2.c | 19 lv_msgbox_add_title(setting, "Setting"); in lv_example_msgbox_2()
|
/lvgl-latest/src/widgets/msgbox/ |
D | lv_msgbox.h | 58 lv_obj_t * lv_msgbox_add_title(lv_obj_t * obj, const char * title);
|
D | lv_msgbox.c | 140 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/ |
D | lv_example_menu_2.c | 11 lv_msgbox_add_title(mbox1, "Hello"); in back_event_handler()
|
D | lv_example_menu_5.c | 120 lv_msgbox_add_title(mbox1, "Hello"); in back_event_handler()
|
/lvgl-latest/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 166 lv_msgbox_add_title(mbox, "Hi"); in msgbox_create()
|
/lvgl-latest/docs/details/widgets/ |
D | msgbox.rst | 87 lv_obj_t * lv_msgbox_add_title(lv_obj_t * msgbox, const char * title);
|
/lvgl-latest/demos/stress/ |
D | lv_demo_stress.c | 244 lv_msgbox_add_title(obj, "Title"); in obj_test_task_cb()
|