Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/others/gridnav/
Dlv_example_gridnav_3.c32 lv_obj_set_flex_flow(cont_main, LV_FLEX_FLOW_ROW_WRAP); in lv_example_gridnav_3()
77 lv_obj_set_flex_flow(cont_sub2, LV_FLEX_FLOW_ROW_WRAP); in lv_example_gridnav_3()
Dlv_example_gridnav_1.c16 lv_obj_set_flex_flow(cont1, LV_FLEX_FLOW_ROW_WRAP); in lv_example_gridnav_1()
/lvgl-3.7.0/examples/layouts/flex/
Dlv_example_flex_6.c14 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP); in lv_example_flex_6()
Dlv_example_flex_2.c11 lv_style_set_flex_flow(&style, LV_FLEX_FLOW_ROW_WRAP); in lv_example_flex_2()
Dlv_example_flex_5.c22 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP); in lv_example_flex_5()
/lvgl-3.7.0/examples/event/
Dlv_example_event_3.c28 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP); in lv_example_event_3()
/lvgl-3.7.0/examples/others/snapshot/
Dlv_example_snapshot_1.c41 lv_obj_set_flex_flow(container, LV_FLEX_FLOW_ROW_WRAP); in lv_example_snapshot_1()
/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.h49 LV_FLEX_FLOW_ROW_WRAP = LV_FLEX_FLOW_ROW | _LV_FLEX_WRAP, enumerator
/lvgl-3.7.0/docs/layouts/
Dflex.md34 - `LV_FLEX_FLOW_ROW_WRAP` Place the children in a row with wrapping
44 …eir track on the main axis. E.g. flush the items to the right on `LV_FLEX_FLOW_ROW_WRAP`. (It's c…
/lvgl-3.7.0/src/extra/widgets/msgbox/
Dlv_msgbox.c83 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW_WRAP); in lv_msgbox_create()
/lvgl-3.7.0/demos/stress/
Dlv_demo_stress.c325 lv_obj_set_flex_flow(main_page, LV_FLEX_FLOW_ROW_WRAP); in obj_test_timer_cb()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c543 lv_obj_set_flex_flow(parent, LV_FLEX_FLOW_ROW_WRAP); in analytics_create()
796 lv_obj_set_flex_flow(parent, LV_FLEX_FLOW_ROW_WRAP); in shop_create()