Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/widgets/checkbox/
Dlv_example_checkbox_2.c5 static lv_style_t style_radio_chk; variable
33 lv_obj_add_style(obj, &style_radio_chk, LV_PART_INDICATOR | LV_STATE_CHECKED); in radiobutton_create()
49 lv_style_init(&style_radio_chk); in lv_example_checkbox_2()
50 lv_style_set_bg_img_src(&style_radio_chk, NULL); in lv_example_checkbox_2()