Searched refs:lv_obj_get_child_back (Results 1 – 5 of 5) sorted by relevance
/lvgl-2.7.6/src/lv_widgets/ |
D | lv_win.c | 147 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()
|
D | lv_list.c | 370 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()
|
D | lv_tabview.c | 550 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/ |
D | lv_obj.h | 969 lv_obj_t * lv_obj_get_child_back(const lv_obj_t * obj, const lv_obj_t * child);
|
D | lv_obj.c | 2182 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
|