Home
last modified time | relevance | path

Searched refs:spangroup (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/docs/widgets/extra/
Dspan.md5spangroup is the object that is used to display rich text. Different from the label object, `spang…
8 - `LV_PART_MAIN` The spangroup has only one part.
14spangroup object uses span to describe text and text style. so, first we need to create `span` des…
16 If spangroup object `mode != LV_SPAN_MODE_FIXED` you must call `lv_spangroup_refr_mode()` after you…
21 …hild(spangroup, id)` will return a pointer to the child span at index `id`. In addition, `id` can …
23 …spangroup_get_child(spangroup, 0)` will return the first child of the spangroup. `lv_span_t* span …
26 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)`
31 like label object, the spangroup can be set to one the following modes:
37 use function `lv_spangroup_set_align(spangroup, LV_TEXT_ALIGN_CENTER)` to set text align.
[all …]
/lvgl-latest/examples/widgets/span/
Dlv_example_span_1.py10 spans = lv.spangroup(lv.scr_act())
/lvgl-latest/src/extra/widgets/span/
Dlv_span.h45 lv_obj_t * spangroup; /* a pointer to spangroup */ member
Dlv_span.c110 span->spangroup = obj; in lv_spangroup_new_span()
160 refresh_self_size(span->spangroup); in lv_span_set_text()
175 refresh_self_size(span->spangroup); in lv_span_set_text_static()
/lvgl-latest/docs/
DCHANGELOG.md958 - feat(span) Add missing spangroup functions [`2379`](https://github.com/lvgl/lvgl/pull/2379)
1605 - fix memory leak of spangroup (#2285) <a href="https://github.com/lvgl/lvgl/commit/33e0926a">33e09…