Searched refs:settings_icon (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_top_margin.c | 117 lv_obj_t * settings_icon = create_icon(top_margin_right_cluster, &c->top_margin_setting_subject, in lv_demo_high_res_top_margin_create() local 119 …lv_image_set_src(settings_icon, c->imgs[lv_subject_get_int(&c->top_margin_setting_subject) ? IMG_S… in lv_demo_high_res_top_margin_create() 123 lv_obj_add_event_cb(settings_icon, delete_modal_cb, LV_EVENT_DELETE, settings); in lv_demo_high_res_top_margin_create() 128 lv_obj_align_to(settings, settings_icon, LV_ALIGN_OUT_BOTTOM_RIGHT, 0, 0); in lv_demo_high_res_top_margin_create()
|