[][src]Function lvgl::widgets::imgbtn::get_checkable

pub fn get_checkable(imgbtn: *const lv_obj_t) -> MynewtResult<bool>

Get the toggle enable attribute of the image button

  • imgbtn: pointer to a image button object Return: true: toggle enabled, false: disabled