Home
last modified time | relevance | path

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

/lvgl-latest/examples/scroll/
Dlv_example_scroll_3.c6 static void float_button_event_cb(lv_event_t * e) in float_button_event_cb() function
43 lv_obj_add_event_cb(float_btn, float_button_event_cb, LV_EVENT_ALL, list); in lv_example_scroll_3()
/lvgl-latest/examples/widgets/menu/
Dlv_example_menu_4.c8 static void float_button_event_cb(lv_event_t * e) in float_button_event_cb() function
63 lv_obj_add_event_cb(float_btn, float_button_event_cb, LV_EVENT_CLICKED, menu); in lv_example_menu_4()