pub unsafe extern "C" fn lv_obj_clean(obj: *mut lv_obj_t)Expand description
Delete all children of an object.
Also remove the objects from their group and remove all animations (if any).
Send LV_EVENT_DELETE to deleted objects.
@param obj pointer to an object