Function lvgl_sys::lv_msgbox_create

source ·
pub unsafe extern "C" fn lv_msgbox_create(
    parent: *mut lv_obj_t,
    title: *const c_char,
    txt: *const c_char,
    btn_txts: *mut *const c_char,
    add_close_btn: bool
) -> *mut lv_obj_t