Function nk_layout_row

Source
pub unsafe extern "C" fn nk_layout_row(
    arg1: *mut nk_context,
    arg2: nk_layout_format,
    height: f32,
    cols: c_int,
    ratio: *const f32,
)