Home
last modified time | relevance | path

Searched refs:file_explorer_event_handler (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c9 static void file_explorer_event_handler(lv_event_t * e) in file_explorer_event_handler() function
82 lv_obj_add_event_cb(file_explorer, file_explorer_event_handler, LV_EVENT_ALL, NULL); in lv_example_file_explorer_1()
Dlv_example_file_explorer_2.c9 static void file_explorer_event_handler(lv_event_t * e) in file_explorer_event_handler() function
115 lv_obj_add_event_cb(file_explorer, file_explorer_event_handler, LV_EVENT_ALL, NULL); in lv_example_file_explorer_2()
Dlv_example_file_explorer_3.c45 static void file_explorer_event_handler(lv_event_t * e) in file_explorer_event_handler() function
125 lv_obj_add_event_cb(file_explorer, file_explorer_event_handler, LV_EVENT_ALL, NULL); in lv_example_file_explorer_3()
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst196 static void file_explorer_event_handler(lv_event_t * e)