Home
last modified time | relevance | path

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

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_app_about.c115 lv_obj_t * slides_cont = lv_obj_create(bg_cont); in lv_demo_high_res_app_about() local
116 lv_obj_remove_style_all(slides_cont); in lv_demo_high_res_app_about()
117 lv_obj_set_size(slides_cont, LV_PCT(100), LV_SIZE_CONTENT); in lv_demo_high_res_app_about()
118 lv_obj_set_flex_flow(slides_cont, LV_FLEX_FLOW_COLUMN); in lv_demo_high_res_app_about()
119 …lv_obj_set_flex_align(slides_cont, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_CENTER, LV_FLEX_ALIGN_CENTER… in lv_demo_high_res_app_about()
120 lv_obj_set_align(slides_cont, LV_ALIGN_BOTTOM_MID); in lv_demo_high_res_app_about()
121 lv_obj_set_style_pad_row(slides_cont, c->sz->gap[3], 0); in lv_demo_high_res_app_about()
124 lv_obj_t * slide_deck_cont = lv_obj_create(slides_cont); in lv_demo_high_res_app_about()
131 …lv_obj_t * buttons = lv_demo_high_res_simple_container_create(slides_cont, false, c->sz->gap[2], L… in lv_demo_high_res_app_about()