Searched refs:move (Results 1 – 12 of 12) sorted by relevance
/lvgl-3.5.0/docs/overview/ |
D | layer.md | 40 …object to the foreground. Similarly, use `lv_obj_move_background(obj)` to move it to the backgroun… 41 …, idx)` to move an object to a given index in the order of children. (0: backgroud, child_num - 1:…
|
D | indev.md | 89 - **LV_KEY_UP** Increase value or move upwards 90 - **LV_KEY_DOWN** Decrease value or move downwards 91 - **LV_KEY_RIGHT** Increase value or move to the right 92 - **LV_KEY_LEFT** Decrease value or move to the left
|
D | object.md | 57 If the position of a parent changes, the children will move along with it. 75 lv_obj_set_pos(parent, 50, 50); /*Move the parent. The child will move with it.*/
|
D | coords.md | 212 Now you want to move a button up a little when it's pressed. 256 …object (and not to the size of the parent). For example `lv_pct(50)` will move the object with hal…
|
D | drawing.md | 3 …anything manually. Just create objects (like buttons, labels, arc, etc.), move and change them, an…
|
/lvgl-3.5.0/env_support/rt-thread/squareline/ |
D | README.md | 3 … so that rt-thread will automatically detect them; or, as a user, you can move the generated C fil…
|
/lvgl-3.5.0/docs/others/ |
D | gridnav.md | 5 If the children are arranged into a grid-like layout then the up, down, left and right arrows move … 18 To move the focus to the next widget of the group use `LV_KEY_NEXT/PREV` or `lv_group_focus_next/pr…
|
/lvgl-3.5.0/src/core/ |
D | lv_indev_scroll.c | 584 lv_coord_t move = 0; in scroll_throw_predict_y() local 590 move += y; in scroll_throw_predict_y() 593 return move; in scroll_throw_predict_y() 600 lv_coord_t move = 0; in scroll_throw_predict_x() local 606 move += x; in scroll_throw_predict_x() 609 return move; in scroll_throw_predict_x()
|
D | lv_group.c | 28 void * (*move)(const lv_ll_t *, const void *)); 394 void * (*move)(const lv_ll_t *, const void *)) in focus_next_core() 424 obj_next = move(&group->obj_ll, obj_next); in focus_next_core()
|
/lvgl-3.5.0/docs/widgets/extra/ |
D | spinbox.md | 39 - `LV_KEY_LEFT/RIGHT` With *Keypad* move the cursor left/right. With *Encoder* decrement/increment …
|
D | chart.md | 126 …oint. If the point's position changes (new value or scrolling) the cursor will move with the point.
|
/lvgl-3.5.0/docs/ |
D | CHANGELOG.md | 210 - feat(group): add edge callbacks when trying to move focus past beginning or end [`3374`](https://… 332 - fix(Kconfig): move LV_USE_IMGFONT to others menu [`3176`](https://github.com/lvgl/lvgl/pull/3176) 501 - arch(env): move rt-thread into env_support folder [`3025`](https://github.com/littlevgl/lvgl/pull… 502 - arch(env): arch(env): move the cmake folder into the env_support folder [`773d50f`](https://githu… 503 - arch(env): move the zephyr folder into the env_support folder [`4bd1e7e`](https://github.com/litt… 558 - fix(env_support): move cmsis-pack to env_support folder [`3026`](https://github.com/littlevgl/lvg… 574 - fix(examples) move event callback registration outside loop in `lv_example_event_3` [`2959`](http… 585 - chore(lottie) move rlottie_capi.h to lv_rlottie.c [`2902`](https://github.com/littlevgl/lvgl/pull… 914 - fix(event) be sure to move all elements in copy “lv_obj_remove_event_cb” [`2492`](https://github.… 944 - fix(obj) move clean ups from lv_obj_del to lv_obj_destructor [`b063937`](https://github.com/lvgl/… [all …]
|