Home
last modified time | relevance | path

Searched refs:section_part_style (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/widgets/scale/
Dlv_scale.h220 …e_section_set_style(lv_scale_section_t * section, lv_part_t part, lv_style_t * section_part_style);
Dlv_scale.c361 …le_section_set_style(lv_scale_section_t * section, lv_part_t part, lv_style_t * section_part_style) in lv_scale_section_set_style() argument
367 section->main_style = section_part_style; in lv_scale_section_set_style()
370 section->indicator_style = section_part_style; in lv_scale_section_set_style()
373 section->items_style = section_part_style; in lv_scale_section_set_style()