Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_group.c46 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 0), NULL); in test_group_obj_by_index()
53 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 0), obj_0); in test_group_obj_by_index()
54 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 1), obj_1); in test_group_obj_by_index()
57 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 0), obj_1); in test_group_obj_by_index()
58 TEST_ASSERT_EQUAL_PTR(lv_group_get_obj_by_index(group, 1), NULL); in test_group_obj_by_index()
/lvgl-latest/src/core/
Dlv_group.h225 lv_obj_t * lv_group_get_obj_by_index(lv_group_t * group, uint32_t index);
Dlv_group.c380 lv_obj_t * lv_group_get_obj_by_index(lv_group_t * group, uint32_t index) in lv_group_get_obj_by_index() function
/lvgl-latest/docs/
DCHANGELOG.rst49 - **feat(core): Add lv_group_get_obj_by_index method** `6589 <https://github.com/lvgl/lvgl/pull/658…