pub unsafe extern "C" fn ncselector_previtem(
n: *mut ncselector,
) -> *const c_charExpand description
Move up or down in the list. A reference to the newly-selected item is returned, or NULL if there are no items in the list.
pub unsafe extern "C" fn ncselector_previtem(
n: *mut ncselector,
) -> *const c_charMove up or down in the list. A reference to the newly-selected item is returned, or NULL if there are no items in the list.