Searched refs:lv_obj_swap (Results 1 – 6 of 6) sorted by relevance
93 void lv_obj_swap(struct _lv_obj_t * obj1, struct _lv_obj_t * obj2);
219 void lv_obj_swap(lv_obj_t * obj1, lv_obj_t * obj2) in lv_obj_swap() function
42 - Use `lv_obj_swap(obj1, obj2)` to swap the relative layer position of two objects.
165 lv_obj_swap(img, label); in create_text()
70 You can swap the position of two objects with `lv_obj_swap(obj1, obj2)`.
950 - 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…