Adds sub-object specific clean functions to prevent breaking with lv_obj_clean
This commit is contained in:
@@ -83,6 +83,12 @@ typedef enum {
|
||||
*/
|
||||
lv_obj_t * lv_tabview_create(lv_obj_t * par, lv_obj_t * copy);
|
||||
|
||||
/**
|
||||
* Delete all children of the scrl object, without deleting scrl child.
|
||||
* @param obj pointer to an object
|
||||
*/
|
||||
void lv_tabview_clean(lv_obj_t *obj);
|
||||
|
||||
/*======================
|
||||
* Add/remove functions
|
||||
*=====================*/
|
||||
|
||||
Reference in New Issue
Block a user