lv_tileview_create

Function lv_tileview_create 

Source
pub unsafe extern "C" fn lv_tileview_create(
    parent: *mut lv_obj_t,
) -> *mut lv_obj_t
Expand description

Create a tileview object @param parent pointer to an object, it will be the parent of the new tileview @return pointer to the created tileview