Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_widgets/
Dlv_dropdown.h59 lv_style_list_t style_scrlbar; /*Style of the scroll bar*/ member
Dlv_dropdown.c118 lv_style_list_init(&ext->style_scrlbar); in lv_dropdown_create()
148 lv_style_list_copy(&ext->style_scrlbar, &copy_ext->style_scrlbar); in lv_dropdown_create()
612 … lv_style_list_copy(lv_obj_get_style_list(ext->page, LV_PAGE_PART_SCROLLBAR), &ext->style_scrlbar); in lv_dropdown_open()
914 _lv_style_list_reset(&ext->style_scrlbar); in lv_dropdown_signal()
1125 style_dsc_p = &ext->style_scrlbar; in lv_dropdown_get_style()