lv_msgbox_create

Function lv_msgbox_create 

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

Create an empty message box @param parent the parent or NULL to create a modal msgbox @return the created message box