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