Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_msgbox.c39 msgbox = lv_msgbox_create(active_screen); in test_msgbox_creation_successful_with_close_button()
54 msgbox = lv_msgbox_create(NULL); in test_msgbox_creation_successful_no_close_button()
69 msgbox = lv_msgbox_create(NULL); in test_msgbox_creation_successful_modal()
88 msgbox = lv_msgbox_create(active_screen); in test_msgbox_get_title()
104 msgbox = lv_msgbox_create(active_screen); in test_msgbox_get_content()
111 msgbox = lv_msgbox_create(active_screen); in test_msgbox_close()
122 msgbox = lv_msgbox_create(NULL); in test_msgbox_close_modal()
133 msgbox = lv_msgbox_create(active_screen); in test_msgbox_close_async()
142 msgbox = lv_msgbox_create(NULL); in test_msgbox_close_async_modal()
152 msgbox = lv_msgbox_create(NULL); in test_msgbox_content_auto_height()
/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_1.c14 lv_obj_t * mbox1 = lv_msgbox_create(NULL); in lv_example_msgbox_1()
Dlv_example_msgbox_2.c12 lv_obj_t * setting = lv_msgbox_create(lv_screen_active()); in lv_example_msgbox_2()
/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.h50 lv_obj_t * lv_msgbox_create(lv_obj_t * parent);
Dlv_msgbox.c107 lv_obj_t * lv_msgbox_create(lv_obj_t * parent) in lv_msgbox_create() function
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_2.c10 lv_obj_t * mbox1 = lv_msgbox_create(NULL); in back_event_handler()
Dlv_example_menu_5.c119 lv_obj_t * mbox1 = lv_msgbox_create(NULL); in back_event_handler()
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c165 lv_obj_t * mbox = lv_msgbox_create(NULL); in msgbox_create()
/lvgl-latest/docs/details/widgets/
Dmsgbox.rst48 :cpp:expr:`lv_msgbox_create(parent)` creates a message box.
/lvgl-latest/demos/stress/
Dlv_demo_stress.c243 obj = lv_msgbox_create(NULL); in obj_test_task_cb()