[][src]Function ncursesw::panels::move_panel

pub fn move_panel(
    panel: PANEL,
    origin: Origin
) -> Result<(), NCurseswPanelsError>

Moves the given panel window so that its upper-left corner is at origin.y, origin.x. It does not change the position of the panel in the stack. Be sure to use this function, not mvwin(), to move a panel window.