pub unsafe extern "C" fn lv_obj_set_scroll_dir(
obj: *mut lv_obj_t,
dir: lv_dir_t,
)Expand description
Set the object in which directions can be scrolled
@param obj pointer to an object
@param dir the allow scroll directions. An element or OR-ed values of lv_dir_t