Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/layouts/flex/
Dlv_flex.h73 void lv_obj_set_flex_flow(lv_obj_t * obj, lv_flex_flow_t flow);
Dlv_flex.c101 void lv_obj_set_flex_flow(lv_obj_t * obj, lv_flex_flow_t flow) in lv_obj_set_flex_flow() argument
103 lv_obj_set_style_flex_flow(obj, flow, 0); in lv_obj_set_flex_flow()
132 lv_flex_flow_t flow = lv_obj_get_style_flex_flow(cont, LV_PART_MAIN); in flex_update() local
133 f.row = flow & LV_FLEX_COLUMN ? 0 : 1; in flex_update()
134 f.wrap = flow & LV_FLEX_WRAP ? 1 : 0; in flex_update()
135 f.rev = flow & LV_FLEX_REVERSE ? 1 : 0; in flex_update()
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst58 Flex flow
221 .. _flex-flow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-flow
/lvgl-latest/docs/details/widgets/
Dwin.rst49 to flow its contained Widgets horizontally (:cpp:enumerator:`LV_FLEX_FLOW_ROW`),
/lvgl-latest/docs/
DREADME.md70 While with `.md` files, it is important to allow paragraphs to flow off to the right with one long …
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst1461 Defines how to align the children in the direction of flex flow
1475 Defines how to align the children perpendicular to the direction of flex flow
1489 Defines how to align the tracks of the flow