Searched refs:LV_FLEX_FLOW_ROW_REVERSE (Results 1 – 5 of 5) sorted by relevance
48 LV_FLEX_FLOW_ROW_REVERSE = LV_FLEX_FLOW_ROW | LV_FLEX_REVERSE, enumerator
69 LV_FLEX_FLOW_ROW_REVERSE,
141 if(lv_streq("row_reverse", txt)) return LV_FLEX_FLOW_ROW_REVERSE; in lv_xml_flex_flow_to_enum()
171 lv_obj_set_flex_flow(obj, LV_FLEX_FLOW_ROW_REVERSE); in lv_tabview_set_tab_bar_position()
69 - :cpp:enumerator:`LV_FLEX_FLOW_ROW_REVERSE`: Place the children in a row without wrapping but in r…