Searched refs:main_place (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.6.0/src/extra/layouts/flex/ |
D | lv_flex.c | 21 lv_flex_align_t main_place; member 109 void lv_obj_set_flex_align(lv_obj_t * obj, lv_flex_align_t main_place, lv_flex_align_t cross_place, in lv_obj_set_flex_align() argument 112 lv_obj_set_style_flex_main_place(obj, main_place, 0); in lv_obj_set_flex_align() 220 f.main_place = lv_obj_get_style_flex_main_place(cont, LV_PART_MAIN); in flex_update() 454 …place_content(f->main_place, max_main_size, t->track_main_size, t->item_cnt, &main_pos, &place_gap… in children_repos()
|
D | lv_flex.h | 91 void lv_obj_set_flex_align(lv_obj_t * obj, lv_flex_align_t main_place, lv_flex_align_t cross_place,
|
/lvgl-3.6.0/docs/layouts/ |
D | flex.md | 42 To manage the placement of the children use `lv_obj_set_flex_align(obj, main_place, cross_place, t… 44 - `main_place` determines how to distribute the items in their track on the main axis. E.g. flush t…
|