Home
last modified time | relevance | path

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

/lvgl-3.5.0/examples/scroll/
Dindex.rst5 .. lv_example:: scroll/lv_example_scroll_1
10 .. lv_example:: scroll/lv_example_scroll_2
15 .. lv_example:: scroll/lv_example_scroll_3
20 .. lv_example:: scroll/lv_example_scroll_4
25 .. lv_example:: scroll/lv_example_scroll_5
28 Translate on scroll
30 .. lv_example:: scroll/lv_example_scroll_6
/lvgl-3.5.0/docs/overview/
Dscroll.md16 - `LV_SCROLLBAR_MODE_ACTIVE` Show scroll bars while an object is being scrolled
17 - `LV_SCROLLBAR_MODE_AUTO` Show scroll bars when the content is large enough to be scrolled
54 …rolling begins. The event parameter is `NULL` or an `lv_anim_t *` with a scroll animation descript…
75 - `LV_DIR_TOP` only scroll up
76 - `LV_DIR_LEFT` only scroll left
77 - `LV_DIR_BOTTOM` only scroll down
78 - `LV_DIR_RIGHT` only scroll right
79 - `LV_DIR_HOR` only scroll horizontally
80 - `LV_DIR_VER` only scroll vertically
81 - `LV_DIR_ALL` scroll any directions
[all …]
Dindex.md14 scroll
Devent.md75 - `LV_EVENT_CLICKED` Called on release if an object did not scroll (regardless of long press)
77 …rolling begins. The event parameter is `NULL` or an `lv_anim_t *` with a scroll animation descript…
Dstyle-props.md730 …tion time could be the E.g. blink time of the cursor on the text area or scroll time of a roller. …
739 …ng is widget specific. E.g. blink time of the cursor on the text area or scroll time of a roller. …
748 The animation speed in pixel/sec. Its meaning is widget specific. E.g. scroll speed of label. See t…
/lvgl-3.5.0/docs/widgets/
Dobj.md109 - `LV_OBJ_FLAG_SCROLL_MOMENTUM` Make the object scroll further when "thrown"
111 - `LV_OBJ_FLAG_SCROLL_CHAIN_HOR` Allow propagating the horizontal scroll to a parent
112 - `LV_OBJ_FLAG_SCROLL_CHAIN_VER` Allow propagating the vertical scroll to a parent
114 - `LV_OBJ_FLAG_SCROLL_ON_FOCUS` Automatically scroll object to make it visible when focused
116 - `LV_OBJ_FLAG_SNAPPABLE` If scroll snap is enabled on the parent it can snap to this object
122 - `LV_OBJ_FLAG_FLOATING` Do not scroll the object when the parent scrolls and ignore layout
178 …_LEFT`, `LV_KEY_RIGHT`) scroll the object. If the object can only scroll vertically, `LV_KEY_LEFT`…
/lvgl-3.5.0/docs/widgets/core/
Dlabel.md35 …G_SCROLL` If the text is wider than the label scroll it horizontally back and forth. If it's highe…
36 …_CIRCULAR` If the text is wider than the label scroll it horizontally continuously. If it's higher…
Droller.md9 When the Roller is scrolled and doesn't stop exactly on an option it will scroll to the nearest val…
/lvgl-3.5.0/src/core/
Dlv_obj_scroll.c119 return -obj->spec_attr->scroll.x; in lv_obj_get_scroll_x()
125 return -obj->spec_attr->scroll.y; in lv_obj_get_scroll_y()
131 return -obj->spec_attr->scroll.y; in lv_obj_get_scroll_top()
169 return -obj->spec_attr->scroll.x; in lv_obj_get_scroll_left()
212 return obj->spec_attr->scroll.x; in lv_obj_get_scroll_right()
418 obj->spec_attr->scroll.x += x; in _lv_obj_scroll_by_raw()
419 obj->spec_attr->scroll.y += y; in _lv_obj_scroll_by_raw()
Dlv_obj.h161 lv_point_t scroll; /**< The current X/Y scroll offset*/ member
Dlv_obj_tree.c100 obj->spec_attr->scroll.x = 0; in lv_obj_clean()
101 obj->spec_attr->scroll.y = 0; in lv_obj_clean()
/lvgl-3.5.0/docs/widgets/extra/
Dlist.md20 The text starts to scroll horizontally if it's too long.
Dtileview.md26 The Tile view can scroll to a tile with `lv_obj_set_tile(tileview, tile_obj, LV_ANIM_ON/OFF)` or `l…
/lvgl-3.5.0/docs/others/
Dgridnav.md20 …ble and the focused child is out of the view, gridnav will automatically scroll the child into vie…
/lvgl-3.5.0/docs/
DCHANGELOG.md96 - feat(table): scroll to the selected cell with key navigation [`39d03a8`](https://github.com/lvgl/…
359 - fix(scroll): do not fire scroll begin/end event on every scroll step [`25ce6e3`](https://github.c…
365 - fix(scroll): send LV_EVENT_SCROLL_BEGIN/END with no animation too [`777fe1e`](https://github.com/…
411 - fix(scroll): fix scroll to view to the left [`7c74f65`](https://github.com/lvgl/lvgl/commit/7c74f…
434 - docs(scroll) add information about scroll coordinates [`3088`](https://github.com/lvgl/lvgl/pull/…
436 - docs(scroll): use LV_DIR_VER instead of LV_DIR_TOP [`3066`](https://github.com/lvgl/lvgl/pull/306…
571 - fix(obj): old parent's scroll is not updated in lv_obj_set_parent() [`2965`](https://github.com/l…
808 - feat(event) pass the scroll animation to LV_EVENT_SCROLL_BEGIN [`ca54ecf`](https://github.com/lvg…
922 - fix(chart) fixed point-following cursor during vertical scroll in charts [`2400`](https://github.…
959 - fix(scroll) fire LV_EVENT_SCROLL_BEGIN in the same spot for both axes [`b158932`](https://github.…
[all …]
/lvgl-3.5.0/docs/_static/css/
Dfontawesome.min.css5 …screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f…