Skip to main content

lv_obj_set_flex_flow

Function lv_obj_set_flex_flow 

Source
pub unsafe extern "C" fn lv_obj_set_flex_flow(
    obj: *mut lv_obj_t,
    flow: lv_flex_flow_t,
)
Expand description

Set how the item should flow @param obj pointer to an object. The parent must have flex layout else nothing will happen. @param flow an element of lv_flex_flow_t.