Searched defs:_lv_file_explorer_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_file_explorer_t { struct32 lv_obj_t obj;33 lv_obj_t * cont;34 lv_obj_t * head_area;35 lv_obj_t * browser_area;36 lv_obj_t * file_table;37 lv_obj_t * path_label;39 lv_obj_t * quick_access_area;40 lv_obj_t * list_device;41 lv_obj_t * list_places;[all …]