pub unsafe extern "C" fn view_set_orientation(
    view: *mut View,
    orientation: ViewOrientation
)
Expand description

Set View Orientation

@param view View instance @param orientation either vertical or horizontal