[][src]Function lvgl::widgets::tabview::get_tab

pub fn get_tab(tabview: *const lv_obj_t, id: u16) -> MynewtResult<*mut lv_obj_t>

Get the page (content area) of a tab

  • tabview: pointer to Tab view object
  • id: index of the tab (>= 0) Return: pointer to page (lv_page) object