lv_obj_delete

Function lv_obj_delete 

Source
pub unsafe extern "C" fn lv_obj_delete(obj: *mut lv_obj_t)
Expand description

Delete an object and all of its children. 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