Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_tree.h93 void lv_obj_swap(struct _lv_obj_t * obj1, struct _lv_obj_t * obj2);
Dlv_obj_tree.c219 void lv_obj_swap(lv_obj_t * obj1, lv_obj_t * obj2) in lv_obj_swap() function
/lvgl-3.7.0/docs/overview/
Dlayer.md42 - Use `lv_obj_swap(obj1, obj2)` to swap the relative layer position of two objects.
/lvgl-3.7.0/examples/widgets/menu/
Dlv_example_menu_5.c165 lv_obj_swap(img, label); in create_text()
/lvgl-3.7.0/docs/widgets/
Dobj.md70 You can swap the position of two objects with `lv_obj_swap(obj1, obj2)`.
/lvgl-3.7.0/docs/
DCHANGELOG.md950 - feat(obj) add lv_obj_swap() function [`2461`](https://github.com/lvgl/lvgl/pull/2461)
1255 - fix(obj) swap objects in the group too in lv_obj_swap() [`52c7558`](https://github.com/lvgl/lvgl…