Searched refs:flow (Results 1 – 6 of 6) sorted by relevance
73 void lv_obj_set_flex_flow(lv_obj_t * obj, lv_flex_flow_t flow);
101 void lv_obj_set_flex_flow(lv_obj_t * obj, lv_flex_flow_t flow) in lv_obj_set_flex_flow() argument103 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() local133 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()
58 Flex flow221 .. _flex-flow: https://css-tricks.com/snippets/css/a-guide-to-flexbox/#aa-flex-flow
49 to flow its contained Widgets horizontally (:cpp:enumerator:`LV_FLEX_FLOW_ROW`),
70 While with `.md` files, it is important to allow paragraphs to flow off to the right with one long …
1461 Defines how to align the children in the direction of flex flow1475 Defines how to align the children perpendicular to the direction of flex flow1489 Defines how to align the tracks of the flow