Trait oxidized_curses::MovableWindow[][src]

pub trait MovableWindow {
    fn movew(&mut self, x: u32, y: u32);
}
Expand description

A window that isn’t fixed in screen space

Required methods

Implementors