Home
last modified time | relevance | path

Searched refs:lv_obj_set_parent (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_tree.h85 void lv_obj_set_parent(struct _lv_obj_t * obj, struct _lv_obj_t * parent);
Dlv_obj_tree.c127 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent) in lv_obj_set_parent() function
Dlv_indev.c201 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/
Dlv_menu.c205 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/
Dlayer.md43 - 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/
Dobj.md48 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/
Dlv_dropdown.c460 lv_obj_set_parent(dropdown->list, lv_obj_get_screen(dropdown_obj)); in lv_dropdown_open()
/lvgl-3.7.0/docs/
DCHANGELOG.md487 - 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…