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

pub fn move_panel(handle: PANEL, origin: Origin) -> Result<(), NCurseswError>
Expand description

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.