Home
last modified time | relevance | path

Searched refs:lv_spangroup_get_child_cnt (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.h167 uint32_t lv_spangroup_get_child_cnt(const lv_obj_t * obj);
Dlv_span.c261 uint32_t lv_spangroup_get_child_cnt(const lv_obj_t * obj) in lv_spangroup_get_child_cnt() function
/lvgl-3.7.0/docs/widgets/extra/
Dspan.md26 Use the function `lv_spangroup_get_child_cnt(spangroup)` to get back the number of spans the group …
28 e.g. `uint32_t size = lv_spangroup_get_child_cnt(spangroup)`