[][src]Function lvgl::widgets::dropdown::get_option_cnt

pub fn get_option_cnt(ddlist: *const lv_obj_t) -> MynewtResult<u16>

Get the total number of options

  • ddlist: pointer to drop down list object Return: the total number of options in the list