Home
last modified time | relevance | path

Searched refs:path_label (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer_private.h37 lv_obj_t * path_label; member
Dlv_file_explorer.c189 return explorer->path_label; in lv_file_explorer_get_path_label()
323 explorer->path_label = lv_label_create(explorer->head_area); in lv_file_explorer_constructor()
324 lv_label_set_text(explorer->path_label, LV_SYMBOL_EYE_OPEN"https://lvgl.io"); in lv_file_explorer_constructor()
325 lv_obj_center(explorer->path_label); in lv_file_explorer_constructor()
623 lv_label_set_text_fmt(explorer->path_label, LV_SYMBOL_EYE_OPEN" %s", path); in show_dir()