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

pub fn get_show_selected(ddlist: *mut lv_obj_t) -> MynewtResult<bool>

Get whether the ddlist highlight the last selected option and display its text or not

  • ddlist: pointer to a drop down list object Return: true/false