Searched refs:LV_EVENT_SCROLL (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_6.c | 57 lv_obj_add_event_cb(cont, scroll_event_cb, LV_EVENT_SCROLL, NULL); in lv_example_scroll_6() 74 lv_obj_send_event(cont, LV_EVENT_SCROLL, NULL); in lv_example_scroll_6()
|
D | lv_example_scroll_1.c | 85 lv_obj_add_event_cb(panel, scroll_update_cb, LV_EVENT_SCROLL, NULL); in lv_example_scroll_1()
|
D | lv_example_scroll_7.c | 123 lv_obj_add_event_cb(obj, scroll_cb, LV_EVENT_SCROLL, NULL); in lv_example_scroll_7()
|
/lvgl-latest/src/misc/ |
D | lv_event.h | 52 LV_EVENT_SCROLL, /**< Scrolling */ enumerator
|
/lvgl-latest/env_support/pikascript/ |
D | pika_lvgl.c | 83 obj_setInt(self, "SCROLL", LV_EVENT_SCROLL); in pika_lvgl_EVENT___init__()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_about.c | 141 lv_obj_add_event_cb(slide_deck_cont, slide_deck_scrolled_cb, LV_EVENT_SCROLL, buttons); in lv_demo_high_res_app_about()
|
/lvgl-latest/src/core/ |
D | lv_obj_event.c | 196 e->code == LV_EVENT_SCROLL || in lv_event_get_indev()
|
D | lv_obj_scroll.c | 423 lv_result_t res = lv_obj_send_event(obj, LV_EVENT_SCROLL, NULL); in lv_obj_scroll_by_raw()
|
/lvgl-latest/docs/details/base-widget/ |
D | scroll.rst | 110 - :cpp:enumerator:`LV_EVENT_SCROLL`: Signals that the scrolling position changed; 257 lv_obj_add_event_cb(scr, store_scroll_top_value_event_cb, LV_EVENT_SCROLL, NULL);
|
D | event.rst | 135 - :cpp:enumerator:`LV_EVENT_SCROLL`: Scrolling
|
D | obj.rst | 560 - :cpp:enumerator:`LV_EVENT_SCROLL` Scrolling
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 140 if(event_code == LV_EVENT_SCROLL) { in lv_demo_smartwatch_scroll_event()
|