[][src]Function lvgl::widgets::bar::get_min_value

pub fn get_min_value(bar: *const lv_obj_t) -> MynewtResult<i16>

Get the minimum value of a bar

  • bar: pointer to a bar object Return: the minimum value of the bar