Searched refs:lv_obj_set_parent (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_tree.h | 85 void lv_obj_set_parent(struct _lv_obj_t * obj, struct _lv_obj_t * parent);
|
D | lv_obj_tree.c | 127 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent) in lv_obj_set_parent() function
|
D | lv_indev.c | 201 lv_obj_set_parent(indev->cursor, lv_disp_get_layer_sys(indev->driver->disp)); in lv_indev_set_cursor()
|
/lvgl-3.7.0/src/extra/widgets/menu/ |
D | lv_menu.c | 205 lv_obj_set_parent(menu->main_page, menu->storage); in lv_menu_set_page() 217 lv_obj_set_parent(page, menu->main); in lv_menu_set_page() 322 lv_obj_set_parent(page, menu->sidebar); in lv_menu_set_sidebar_page() 329 lv_obj_set_parent(menu->sidebar_page, menu->storage); in lv_menu_set_sidebar_page() 555 lv_obj_set_parent(obj, ((lv_menu_t *)menu)->storage); in lv_menu_page_constructor()
|
/lvgl-3.7.0/docs/overview/ |
D | layer.md | 43 - When `lv_obj_set_parent(obj, new_parent)` is used, `obj` will be on the foreground of the `new_pa…
|
/lvgl-3.7.0/docs/widgets/ |
D | obj.md | 48 You can set a new parent for an object with `lv_obj_set_parent(obj, new_parent)`. To get the curren…
|
/lvgl-3.7.0/src/widgets/ |
D | lv_dropdown.c | 460 lv_obj_set_parent(dropdown->list, lv_obj_get_screen(dropdown_obj)); in lv_dropdown_open()
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 487 - fix(obj): scrolling exception when use lv_obj_set_parent() [`3210`](https://github.com/lvgl/lvgl/… 736 - fix(obj): old parent's scroll is not updated in lv_obj_set_parent() [`2965`](https://github.com/l… 1235 - fix(obj) do not set the child's position in lv_obj_set_parent [`d89a5fb`](https://github.com/lvgl…
|