Searched refs:temp_cont (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 286 lv_obj_t * temp_cont; in tab_layout_create() local 287 …trl_pad.tab.layout.spinbox_pad_top = spinbox_ctrl_create(temp_group, LV_STYLE_PAD_TOP, &temp_cont); in tab_layout_create() 289 lv_obj_set_flex_grow(temp_cont, 0); in tab_layout_create() 290 …l_pad.tab.layout.spinbox_pad_left = spinbox_ctrl_create(temp_group, LV_STYLE_PAD_LEFT, &temp_cont); in tab_layout_create() 291 lv_obj_add_flag(temp_cont, LV_OBJ_FLAG_FLEX_IN_NEW_TRACK); in tab_layout_create() 295 …d.tab.layout.spinbox_pad_bottom = spinbox_ctrl_create(temp_group, LV_STYLE_PAD_BOTTOM, &temp_cont); in tab_layout_create() 296 lv_obj_set_flex_grow(temp_cont, 0); in tab_layout_create() 297 lv_obj_add_flag(temp_cont, LV_OBJ_FLAG_FLEX_IN_NEW_TRACK); in tab_layout_create()
|