Type Definition libnotcurses_sys::ffi::tabcb [−][src]
type tabcb = Option<unsafe extern "C" fn(t: *mut nctab, ncp: *mut ncplane, curry: *mut c_void)>;
Expand description
Tab content drawing callback. Takes the tab it was associated to, the ncplane on which tab content is to be drawn, and the user pointer of the tab. It is called during nctabbed_redraw().