Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/menu/
Dlv_menu.h48 } lv_menu_history_t; typedef
Dlv_menu.c172 lv_menu_history_t * act_hist = _lv_ll_get_head(history_ll); in lv_menu_refr()
211 lv_menu_history_t * new_node = _lv_ll_ins_head(history_ll); in lv_menu_set_page()
485 _lv_ll_init(&(menu->history_ll), sizeof(lv_menu_history_t)); in lv_menu_constructor()
723 lv_menu_history_t * act_hist = _lv_ll_get_head(history_ll); in lv_menu_back_event_cb()
726 lv_menu_history_t * prev_hist = _lv_ll_get_next(history_ll, act_hist); in lv_menu_back_event_cb()