Searched refs:lv_spangroup_get_child (Results 1 – 3 of 3) sorted by relevance
21 `lv_spangroup_get_child(spangroup, id)` will return a pointer to the child span at index `id`. In a…23 …pan_t* span = lv_spangroup_get_child(spangroup, 0)` will return the first child of the spangroup. …
160 lv_span_t * lv_spangroup_get_child(const lv_obj_t * obj, int32_t id);
224 lv_span_t * lv_spangroup_get_child(const lv_obj_t * obj, int32_t id) in lv_spangroup_get_child() function