Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.h47 LV_FLEX_FLOW_ROW = 0x00, enumerator
49 LV_FLEX_FLOW_ROW_WRAP = LV_FLEX_FLOW_ROW | _LV_FLEX_WRAP,
50 LV_FLEX_FLOW_ROW_REVERSE = LV_FLEX_FLOW_ROW | _LV_FLEX_REVERSE,
51 LV_FLEX_FLOW_ROW_WRAP_REVERSE = LV_FLEX_FLOW_ROW | _LV_FLEX_WRAP | _LV_FLEX_REVERSE,
/lvgl-3.7.0/examples/layouts/flex/
Dlv_example_flex_3.c12 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW); in lv_example_flex_3()
Dlv_example_flex_1.c13 lv_obj_set_flex_flow(cont_row, LV_FLEX_FLOW_ROW); in lv_example_flex_1()
/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_2.c25 lv_obj_set_flex_flow(panel, LV_FLEX_FLOW_ROW); in lv_example_scroll_2()
/lvgl-3.7.0/src/extra/widgets/menu/
Dlv_menu.c300 lv_obj_set_flex_flow(sidebar_header, LV_FLEX_FLOW_ROW); in lv_menu_set_sidebar_page()
309 lv_obj_set_flex_flow(sidebar_header_back_btn, LV_FLEX_FLOW_ROW); in lv_menu_set_sidebar_page()
475 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW); in lv_menu_constructor()
508 lv_obj_set_flex_flow(main_header, LV_FLEX_FLOW_ROW); in lv_menu_constructor()
518 lv_obj_set_flex_flow(main_header_back_btn, LV_FLEX_FLOW_ROW); in lv_menu_constructor()
576 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW); in lv_menu_cont_constructor()
/lvgl-3.7.0/src/extra/widgets/list/
Dlv_list.c82 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW); in lv_list_add_btn()
/lvgl-3.7.0/src/extra/widgets/win/
Dlv_win.c100 lv_obj_set_flex_flow(header, LV_FLEX_FLOW_ROW); in lv_win_constructor()
/lvgl-3.7.0/src/extra/widgets/calendar/
Dlv_calendar_header_arrow.c71 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW); in my_constructor()
Dlv_calendar_header_dropdown.c120 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW); in my_constructor()
/lvgl-3.7.0/src/extra/widgets/tabview/
Dlv_tabview.c213 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW); in lv_tabview_constructor()
257 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW); in lv_tabview_constructor()
/lvgl-3.7.0/examples/others/msg/
Dlv_example_msg_3.c35 lv_obj_set_flex_flow(panel, LV_FLEX_FLOW_ROW); in lv_example_msg_3()
/lvgl-3.7.0/examples/anim/
Dlv_example_anim_timeline_1.c140 lv_obj_set_flex_flow(par, LV_FLEX_FLOW_ROW); in lv_example_anim_timeline_1()
/lvgl-3.7.0/docs/layouts/
Dflex.md32 - `LV_FLEX_FLOW_ROW` Place the children in a row without wrapping
/lvgl-3.7.0/demos/music/
Dlv_demo_music_main.c509 lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW); in create_icon_box()
/lvgl-3.7.0/demos/widgets/
Dlv_demo_widgets.c980 lv_obj_set_flex_flow(color_cont, LV_FLEX_FLOW_ROW); in color_changer_create()