Skip to main content

lv_layout_create

Function lv_layout_create 

Source
pub unsafe extern "C" fn lv_layout_create(
    callbacks: lv_layout_callbacks_t,
    user_data: *mut c_void,
) -> u32
Expand description

Create a new layout @param callbacks the layout callbacks @param user_data custom data that will be passed when a callback is invoked @return the ID of the new layout