Function lvgl_sys::lv_bar_set_range

source ·
pub unsafe extern "C" fn lv_bar_set_range(
    obj: *mut lv_obj_t,
    min: i32,
    max: i32
)