lv_obj_set_align

Function lv_obj_set_align 

Source
pub unsafe extern "C" fn lv_obj_set_align(
    obj: *mut lv_obj_t,
    align: lv_align_t,
)
Expand description

Change the alignment of an object. @param obj pointer to an object to align @param align type of alignment (see ‘lv_align_t’ enum) LV_ALIGN_OUT_... can’t be used.