pub fn panel_above(panel: Option<PANEL>) -> Result<PANEL, NCurseswPanelsError>
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.