Home
last modified time | relevance | path

Searched refs:tab2 (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/examples/widgets/tabview/
Dlv_example_tabview_2.c19 lv_obj_t * tab2 = lv_tabview_add_tab(tabview, "Tab 2"); in lv_example_tabview_2() local
24 lv_obj_set_style_bg_color(tab2, lv_palette_lighten(LV_PALETTE_AMBER, 3), 0); in lv_example_tabview_2()
25 lv_obj_set_style_bg_opa(tab2, LV_OPA_COVER, 0); in lv_example_tabview_2()
31 label = lv_label_create(tab2); in lv_example_tabview_2()
Dlv_example_tabview_2.py14 tab2 = tabview.add_tab("Tab 2") variable
19 tab2.set_style_bg_color(lv.palette_lighten(lv.PALETTE.AMBER, 3), 0)
20 tab2.set_style_bg_opa(lv.OPA.COVER, 0)
26 label = lv.label(tab2)
Dlv_example_tabview_1.c12 lv_obj_t * tab2 = lv_tabview_add_tab(tabview, "Tab 2"); in lv_example_tabview_1() local
33 label = lv_label_create(tab2); in lv_example_tabview_1()
Dlv_example_tabview_1.py6 tab2 = tabview.add_tab("Tab 2") variable
28 label = lv.label(tab2)