Trait WindowExt

Source
pub trait WindowExt {
    // Required method
    fn move_window(&self, position: Position) -> Result<()>;
}
Expand description

A Window extension that provides extra methods related to positioning.

Required Methods§

Source

fn move_window(&self, position: Position) -> Result<()>

Moves the Window to the given Position

All (non-tray) positions are relative to the current screen.

Implementations on Foreign Types§

Source§

impl<R: Runtime> WindowExt for WebviewWindow<R>

Source§

impl<R: Runtime> WindowExt for Window<R>

Implementors§