Trait oxidized_curses::window::MoveableWindow[][src]

pub trait MoveableWindow {
    fn move_window(&mut self, point: ScreenPoint);
}
Expand description

A window that isn’t fixed in screen space

Required methods

Implementors