Function ncursesw::panels::panel_above[][src]

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

returns a pointer to the panel above pan. If the panel argument is None, it returns a pointer to the bottom panel in the stack.