Searched refs:tab_buttons (Results 1 – 1 of 1) sorted by relevance
15 lv_obj_t * tab_buttons = lv_tabview_get_tab_bar(tabview); in lv_example_tabview_2() local16 lv_obj_set_style_bg_color(tab_buttons, lv_palette_darken(LV_PALETTE_GREY, 3), 0); in lv_example_tabview_2()17 lv_obj_set_style_text_color(tab_buttons, lv_palette_lighten(LV_PALETTE_GREY, 5), 0); in lv_example_tabview_2()18 … lv_obj_set_style_border_side(tab_buttons, LV_BORDER_SIDE_RIGHT, LV_PART_ITEMS | LV_STATE_CHECKED); in lv_example_tabview_2()