Searched refs:lv_obj_swap (Results 1 – 6 of 6) sorted by relevance
91 void lv_obj_swap(lv_obj_t * obj1, lv_obj_t * obj2);
253 void lv_obj_swap(lv_obj_t * obj1, lv_obj_t * obj2) in lv_obj_swap() function
65 lv_obj_swap(child1, child2); in test_obj_tree_3()
168 lv_obj_swap(img, label); in create_text()
71 - Use :cpp:expr:`lv_obj_swap(widget1, widget2)` to swap the relative layer position of two Widgets.
132 You can swap the position of two Widgets with :cpp:expr:`lv_obj_swap(widget1, widget2)`.