Function nuklear_sys::nk_combobox_callback [] [src]

pub unsafe extern "C" fn nk_combobox_callback(
    arg1: *mut nk_context,
    item_getter: Option<unsafe extern "C" fn(_: *mut c_void, _: c_int, _: *mut *const c_char)>,
    arg2: *mut c_void,
    selected: *mut c_int,
    count: c_int,
    item_height: c_int,
    size: nk_vec2
)