Searched refs:lv_obj_del_async (Results 1 – 6 of 6) sorted by relevance
77 void lv_obj_del_async(struct _lv_obj_t * obj);
121 void lv_obj_del_async(lv_obj_t * obj) in lv_obj_del_async() function
196 …if(lv_obj_has_flag(dialog, LV_MSGBOX_FLAG_AUTO_PARENT)) lv_obj_del_async(lv_obj_get_parent(dialog)… in lv_msgbox_close_async()197 else lv_obj_del_async(dialog); in lv_msgbox_close_async()
87 …eed to clean anything up in `my_screen_cleanup` you could just use `lv_obj_del_async` which will d…
118 If for any reason you can't delete the object immediately you can use `lv_obj_del_async(obj)` which…
161 lv_obj_del_async(obj); /*Delete on next call of `lv_task_handler` (so not now)*/ in obj_test_timer_cb()