pub fn replace_panel(
    panel: PANEL,
    window: WINDOW
) -> Result<(), NCurseswPanelsError>
Expand description

Replaces the current window of panel with window (useful, for example if you want to resize a panel; if you’re using ncurses, you can call replace_panel() on the output of wresize(3x)). It does not change the position of the panel in the stack.