pub unsafe extern "C" fn view_port_set_width(
    view_port: *mut ViewPort,
    width: u8
)
Expand description

Set view_port width.

Will be used to limit canvas drawing area and autolayout feature.

@param view_port ViewPort instance @param width wanted width, 0 - auto.