Home
last modified time | relevance | path

Searched refs:lv_obj_del_async (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_tree.h77 void lv_obj_del_async(struct _lv_obj_t * obj);
Dlv_obj_tree.c121 void lv_obj_del_async(lv_obj_t * obj) in lv_obj_del_async() function
/lvgl-3.7.0/src/extra/widgets/msgbox/
Dlv_msgbox.c196 …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()
/lvgl-3.7.0/docs/overview/
Dtimer.md87 …eed to clean anything up in `my_screen_cleanup` you could just use `lv_obj_del_async` which will d…
Dobject.md118 If for any reason you can't delete the object immediately you can use `lv_obj_del_async(obj)` which…
/lvgl-3.7.0/demos/stress/
Dlv_demo_stress.c161 lv_obj_del_async(obj); /*Delete on next call of `lv_task_handler` (so not now)*/ in obj_test_timer_cb()