Function libnotcurses_sys::ffi::ncplane_reparent_family [−][src]
pub unsafe extern "C" fn ncplane_reparent_family(
n: *mut ncplane,
newparent: *mut ncplane
) -> *mut ncplane
Expand description
The same as ncplane_reparent(), except any planes bound to ‘n’ come along with it to its new destination. Their z-order is maintained. If ‘newparent’ is an ancestor of ‘n’, NULL is returned, and no changes are made.