lv_button_create

Function lv_button_create 

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

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