feat(obj) add lv_obj_del_delayed()

This commit is contained in:
Gabor Kiss-Vamosi
2021-06-12 08:02:19 +02:00
parent 6f37c4fc56
commit c6a2e15ec2
3 changed files with 21 additions and 0 deletions

View File

@@ -121,6 +121,8 @@ This is useful e.g. if you want to delete the parent of an object in the child's
You can remove all the children of an object (but not the object itself) using `lv_obj_clean(obj)`.
You can use `lv_obj_del_delayed(obj, 1000)` to delete an object after some time. The delay is expressed in millliseconds.
## Screens