pub unsafe extern "C" fn ncselector_additem(
n: *mut ncselector,
item: *const ncselector_item,
) -> c_intExpand description
Dynamically add or delete items. It is usually sufficient to supply a static list of items via ncselector_options->items.