pub trait XdgShell: Shell {
    // Provided method
    fn layout(&self, _key: Self::Token) -> Layout { ... }
}
Expand description

Extension of super::Shell to provide xdg shell specific informations.

Provided Methods§

source

fn layout(&self, _key: Self::Token) -> Layout

Ask the shell to calculate the layout of the given surface.

Implementors§