Function ncursesw::panels::panel_below[][src]

pub fn panel_below(handle: Option<PANEL>) -> Result<PANEL, NCurseswError>
Expand description

returns a pointer to the panel just below pan. If the panel argument is None, it returns a pointer to the top panel in the stack.