pub fn hide_panel(panel: PANEL) -> Result<(), NCurseswPanelsError>
Expand description

Removes the given panel from the panel stack and thus hides it from view. The PANEL structure is not lost, merely removed from the stack.