Home
last modified time | relevance | path

Searched refs:lv_obj_get_child_back (Results 1 – 5 of 5) sorted by relevance

/lvgl-2.7.6/src/lv_widgets/
Dlv_win.c147 child = lv_obj_get_child_back(copy_ext->header, NULL); in lv_win_create()
148 child = lv_obj_get_child_back(copy_ext->header, child); /*Sip the title*/ in lv_win_create()
152 child = lv_obj_get_child_back(copy_ext->header, child); in lv_win_create()
560 btn = lv_obj_get_child_back(ext->header, NULL); in lv_win_header_design()
566 btn = lv_obj_get_child_back(header, btn); in lv_win_header_design()
714 btn = lv_obj_get_child_back(ext->header, NULL); in lv_win_realign()
748 btn = lv_obj_get_child_back(ext->header, btn); in lv_win_realign()
Dlv_list.c370 lv_obj_t * label = lv_obj_get_child_back(btn, NULL); in lv_list_get_btn_label()
374 label = lv_obj_get_child_back(btn, label); in lv_list_get_btn_label()
391 lv_obj_t * img = lv_obj_get_child_back(btn, NULL); in lv_list_get_btn_img()
395 img = lv_obj_get_child_back(btn, img); in lv_list_get_btn_img()
448 btn = lv_obj_get_child_back(scrl, prev_btn); in lv_list_get_next_btn()
452 btn = lv_obj_get_child_back(scrl, btn); in lv_list_get_next_btn()
Dlv_tabview.c550 lv_obj_t * page = lv_obj_get_child_back(content_scrl, NULL); in lv_tabview_get_tab()
554 page = lv_obj_get_child_back(content_scrl, page); in lv_tabview_get_tab()
/lvgl-2.7.6/src/lv_core/
Dlv_obj.h969 lv_obj_t * lv_obj_get_child_back(const lv_obj_t * obj, const lv_obj_t * child);
Dlv_obj.c2182 lv_obj_t * lv_obj_get_child_back(const lv_obj_t * obj, const lv_obj_t * child) in lv_obj_get_child_back() function