Function libnotcurses_sys::ffi::ncplane_set_resizecb [−][src]
pub unsafe extern "C" fn ncplane_set_resizecb(
n: *mut ncplane,
resizecb: Option<unsafe extern "C" fn(arg1: *mut ncplane) -> c_int>
)
Expand description
Replace the ncplane’s existing resizecb with ‘resizecb’ (which may be NULL). The standard plane’s resizecb may not be changed.