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

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

Get the maximum value of a bar

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