Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c22 lv_flex_align_t cross_place; member
107 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
111 lv_obj_set_style_flex_cross_place(obj, cross_place, 0); in lv_obj_set_flex_align()
217 f.cross_place = lv_obj_get_style_flex_cross_place(cont, LV_PART_MAIN); in flex_update()
494 switch(f->cross_place) { in children_repos()
Dlv_flex.h91 void lv_obj_set_flex_align(lv_obj_t * obj, lv_flex_align_t main_place, lv_flex_align_t cross_place,
/lvgl-3.7.0/docs/layouts/
Dflex.md42 To manage the placement of the children use `lv_obj_set_flex_align(obj, main_place, cross_place, t…
45 - `cross_place` determines how to distribute the items in their track on the cross axis. E.g. if th…