Searched refs:lv_msgbox_create (Results 1 – 10 of 10) sorted by relevance
39 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()
14 lv_obj_t * mbox1 = lv_msgbox_create(NULL); in lv_example_msgbox_1()
12 lv_obj_t * setting = lv_msgbox_create(lv_screen_active()); in lv_example_msgbox_2()
50 lv_obj_t * lv_msgbox_create(lv_obj_t * parent);
107 lv_obj_t * lv_msgbox_create(lv_obj_t * parent) in lv_msgbox_create() function
10 lv_obj_t * mbox1 = lv_msgbox_create(NULL); in back_event_handler()
119 lv_obj_t * mbox1 = lv_msgbox_create(NULL); in back_event_handler()
165 lv_obj_t * mbox = lv_msgbox_create(NULL); in msgbox_create()
48 :cpp:expr:`lv_msgbox_create(parent)` creates a message box.
243 obj = lv_msgbox_create(NULL); in obj_test_task_cb()