Home
last modified time | relevance | path

Searched defs:_lv_span_t (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/span/
Dlv_span_private.h30 struct _lv_span_t { struct
31 char * txt; /**< a pointer to display text */
32 lv_obj_t * spangroup; /**< a pointer to spangroup */
33 lv_style_t style; /**< display text style */
34 uint32_t static_flag : 1; /**< the text is static flag */
36 lv_point_t trailing_pos;
37 int32_t trailing_height;