[][src]Function nuklear_sys::nk_propertyi

pub unsafe extern "C" fn nk_propertyi(
    arg1: *mut nk_context,
    name: *const c_char,
    min: c_int,
    val: c_int,
    max: c_int,
    step: c_int,
    inc_per_pixel: f32
) -> c_int