declaring the lv_group_remove_all_objs function.

This commit is contained in:
Ali Rostami
2019-05-19 10:03:57 +04:30
committed by GitHub
parent 8c5c8ed82a
commit 90b8bc9597

View File

@@ -113,6 +113,12 @@ void lv_group_add_obj(lv_group_t * group, lv_obj_t * obj);
*/
void lv_group_remove_obj(lv_obj_t * obj);
/**
* remove all objects from a group
* @param group pointer to a group
*/
void lv_group_remove_all_objs(lv_group_t * group);
/**
* Focus on an object (defocus the current)
* @param obj pointer to an object to focus on