Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c30 static void logout_cb(lv_event_t * e);
96 lv_obj_add_event_cb(logout_icon, logout_cb, LV_EVENT_CLICKED, c); in lv_demo_high_res_top_margin_create()
146 static void logout_cb(lv_event_t * e) in logout_cb() function