Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_tree.h83 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent);
Dlv_obj_tree.c143 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent) in lv_obj_set_parent() function
Dlv_obj.c67 .setter = lv_obj_set_parent,
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch.c185 lv_obj_set_parent(dialog_window, lv_tileview_get_tile_active(active_screen)); in lv_demo_smartwatch_show_dialog()
189 lv_obj_set_parent(dialog_window, active_screen); in lv_demo_smartwatch_show_dialog()
271 lv_obj_set_parent(hint_panel, lv_tileview_get_tile_active(active_screen)); in lv_demo_smartwatch_show_scroll_hint()
275 lv_obj_set_parent(hint_panel, active_screen); in lv_demo_smartwatch_show_scroll_hint()
Dlv_demo_smartwatch_home.c227 lv_obj_set_parent(current, face_park); in lv_demo_smartwatch_face_load()
231 lv_obj_set_parent((lv_obj_t *)*faces[index].watchface, home_panel); in lv_demo_smartwatch_face_load()
233 lv_obj_set_parent(hint_panel, face_park); in lv_demo_smartwatch_face_load()
244 lv_obj_set_parent(hint_panel, home_panel); in lv_demo_smartwatch_show_home_hint()
/lvgl-latest/src/widgets/menu/
Dlv_menu.c210 lv_obj_set_parent(menu->main_page, menu->storage); in lv_menu_set_page()
222 lv_obj_set_parent(page, menu->main); in lv_menu_set_page()
327 lv_obj_set_parent(page, menu->sidebar); in lv_menu_set_sidebar_page()
334 lv_obj_set_parent(menu->sidebar_page, menu->storage); in lv_menu_set_sidebar_page()
617 lv_obj_set_parent(obj, ((lv_menu_t *)menu)->storage); in lv_menu_page_constructor()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_chart.c167 lv_obj_set_parent(chart, chart_wrapper); in test_draw_task_hooking()
/lvgl-latest/docs/details/base-widget/
Dlayer.rst72 - When :cpp:expr:`lv_obj_set_parent(widget, new_parent)` is used, ``widget`` will be on the foregro…
Dobj.rst105 You can move the Widget to a new parent with :cpp:expr:`lv_obj_set_parent(widget, new_parent)`.
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c435 lv_obj_set_parent(obj, lv_obj_get_parent(kb)); in lv_ime_pinyin_set_keyboard()
436 lv_obj_set_parent(pinyin_ime->cand_panel, lv_obj_get_parent(kb)); in lv_ime_pinyin_set_keyboard()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c522 lv_obj_set_parent(dropdown->list, lv_obj_get_screen(dropdown_obj)); in lv_dropdown_open()
/lvgl-latest/src/indev/
Dlv_indev.c447 lv_obj_set_parent(indev->cursor, lv_display_get_layer_sys(indev->disp)); in lv_indev_set_cursor()