Home
last modified time | relevance | path

Searched refs:lv_obj_get_child_by_id (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/test_cases/widgets/
Dtest_objid.c40 TEST_ASSERT_EQUAL_PTR(child, lv_obj_get_child_by_id(NULL, (void *)(lv_uintptr_t)1)); in test_obj_id_get_child()
41 TEST_ASSERT_EQUAL_PTR(grandchild, lv_obj_get_child_by_id(NULL, (void *)(lv_uintptr_t)2)); in test_obj_id_get_child()
/lvgl-latest/docs/details/other-components/
Dobj_id.rst27 - :cpp:expr:`lv_obj_get_child_by_id(widget, id)`;
193 :cpp:expr:`lv_obj_get_child_by_id(widget, id)` will perform a recursive walk through
/lvgl-latest/src/core/
Dlv_obj.h410 lv_obj_t * lv_obj_get_child_by_id(const lv_obj_t * obj, const void * id);
Dlv_obj.c439 lv_obj_t * lv_obj_get_child_by_id(const lv_obj_t * obj, const void * id) in lv_obj_get_child_by_id() function
454 lv_obj_t * found = lv_obj_get_child_by_id(child, id); in lv_obj_get_child_by_id()