Searched refs:lv_obj_set_parent (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_tree.h | 83 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent);
|
D | lv_obj_tree.c | 143 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent) in lv_obj_set_parent() function
|
D | lv_obj.c | 67 .setter = lv_obj_set_parent,
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 185 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()
|
D | lv_demo_smartwatch_home.c | 227 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/ |
D | lv_menu.c | 210 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/ |
D | test_chart.c | 167 lv_obj_set_parent(chart, chart_wrapper); in test_draw_task_hooking()
|
/lvgl-latest/docs/details/base-widget/ |
D | layer.rst | 72 - When :cpp:expr:`lv_obj_set_parent(widget, new_parent)` is used, ``widget`` will be on the foregro…
|
D | obj.rst | 105 You can move the Widget to a new parent with :cpp:expr:`lv_obj_set_parent(widget, new_parent)`.
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 435 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/ |
D | lv_dropdown.c | 522 lv_obj_set_parent(dropdown->list, lv_obj_get_screen(dropdown_obj)); in lv_dropdown_open()
|
/lvgl-latest/src/indev/ |
D | lv_indev.c | 447 lv_obj_set_parent(indev->cursor, lv_display_get_layer_sys(indev->disp)); in lv_indev_set_cursor()
|